summaryrefslogtreecommitdiffstats
path: root/src/isi-mtc.h
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2011-04-08 12:03:42 +0200
committerKlaus Kurzmann <mok@fluxnetz.de>2011-04-08 12:03:42 +0200
commit91dd787668ae430f02151137966edf1fa2f1f4f1 (patch)
treec0204bbd878210e5e5827ffd77ab0e4c8ccb1175 /src/isi-mtc.h
parent9e1b2d72a91360aba3d700bbde32163b3f9ee64f (diff)
downloadisi-wireshark-plugin-91dd787668ae430f02151137966edf1fa2f1f4f1.tar.bz2
add a dissector for the mtc resource
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'src/isi-mtc.h')
-rw-r--r--src/isi-mtc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/isi-mtc.h b/src/isi-mtc.h
new file mode 100644
index 0000000..07f95e6
--- /dev/null
+++ b/src/isi-mtc.h
@@ -0,0 +1,7 @@
+#ifndef _ISI_MTC_H
+#define _ISI_MTC_H
+
+void proto_reg_handoff_isi_mtc(void);
+void proto_register_isi_mtc(void);
+
+#endif