summaryrefslogtreecommitdiffstats
path: root/src/isi-sim.h
diff options
context:
space:
mode:
authorTyson Key <tyson.key@gmail.com>2011-01-01 07:03:02 +0100
committerSebastian Reichel <sre@ring0.de>2011-01-01 07:03:02 +0100
commite34ba784f3e73e990dff15ecd1ae02a47a466379 (patch)
treecd663a150e6aeeb0eb825be48fc786fdf2605f5f /src/isi-sim.h
parent3352724ad7ad9aedae92dd78d52b9ddb4aa79b3c (diff)
downloadisi-wireshark-plugin-e34ba784f3e73e990dff15ecd1ae02a47a466379.tar.bz2
Initial SIM packet analysis
Diffstat (limited to 'src/isi-sim.h')
-rw-r--r--src/isi-sim.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/isi-sim.h b/src/isi-sim.h
new file mode 100644
index 0000000..07b75d4
--- /dev/null
+++ b/src/isi-sim.h
@@ -0,0 +1,7 @@
+#ifndef _ISI_SIM_H
+#define _ISI_SIM_H
+
+void proto_reg_handoff_isi_sim(void);
+void proto_register_isi_sim(void);
+
+#endif