summaryrefslogtreecommitdiffstats
path: root/src/packet-isi.h
diff options
context:
space:
mode:
authorSebastian Reichel <sre@ring0.de>2010-12-29 21:42:55 +0100
committerSebastian Reichel <sre@ring0.de>2010-12-29 21:42:55 +0100
commit8588f347d9f9e79ee7ee29529b5b8a000f14bdee (patch)
tree729008ab5d338bb20c6e42b0426d1107b20f2c39 /src/packet-isi.h
downloadisi-wireshark-plugin-8588f347d9f9e79ee7ee29529b5b8a000f14bdee.tar.bz2
import the ISI wireshark plugin from libisi
Diffstat (limited to 'src/packet-isi.h')
-rw-r--r--src/packet-isi.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/packet-isi.h b/src/packet-isi.h
new file mode 100644
index 0000000..08356db
--- /dev/null
+++ b/src/packet-isi.h
@@ -0,0 +1,11 @@
+#ifndef _PACKET_ISI_H
+#define _PACKET_ISI_H
+
+/* Wireshark ID of the protocol */
+extern int proto_isi;
+
+/* Subtree variables */
+extern guint32 ett_isi_msg;
+
+
+#endif