diff options
author | Klaus Kurzmann <mok@fluxnetz.de> | 2011-04-08 12:07:35 +0200 |
---|---|---|
committer | Klaus Kurzmann <mok@fluxnetz.de> | 2011-04-08 12:07:35 +0200 |
commit | 343278b6f4fd3c150934e84d1ffebbfc2cc6cec1 (patch) | |
tree | a9815f525e1cb2152e75e7f81da2e4ee2f16ed53 /Makefile | |
parent | fef2166cca6ddca4b744654c890dfc626bf9acfe (diff) | |
download | isi-wireshark-plugin-343278b6f4fd3c150934e84d1ffebbfc2cc6cec1.tar.bz2 |
add a dissector for the call resource
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,8 @@ OBJECTS:=src/packet-isi.o \ src/isi-mtc.o \ src/isi-nameservice.o \ src/isi-radiosettings.o \ - src/isi-phoneinfo.o + src/isi-phoneinfo.o \ + src/isi-call.o all: isi.so |