summaryrefslogtreecommitdiffstats
path: root/src/isi-call.h
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2011-04-08 12:07:35 +0200
committerKlaus Kurzmann <mok@fluxnetz.de>2011-04-08 12:07:35 +0200
commit343278b6f4fd3c150934e84d1ffebbfc2cc6cec1 (patch)
treea9815f525e1cb2152e75e7f81da2e4ee2f16ed53 /src/isi-call.h
parentfef2166cca6ddca4b744654c890dfc626bf9acfe (diff)
downloadisi-wireshark-plugin-343278b6f4fd3c150934e84d1ffebbfc2cc6cec1.tar.bz2
add a dissector for the call resource
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'src/isi-call.h')
-rw-r--r--src/isi-call.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/isi-call.h b/src/isi-call.h
new file mode 100644
index 0000000..ee401fe
--- /dev/null
+++ b/src/isi-call.h
@@ -0,0 +1,8 @@
+#ifndef _ISI_CALL_H
+#define _ISI_CALL_H
+
+void proto_reg_handoff_isi_call(void);
+void proto_register_isi_call(void);
+
+#endif
+