summaryrefslogtreecommitdiffstats
path: root/src/isi-sms.h
diff options
context:
space:
mode:
authorTyson Key <tyson.key@gmail.com>2011-01-16 00:11:47 +0100
committerSebastian Reichel <sre@ring0.de>2011-01-16 00:11:47 +0100
commitf9aa55c5c0128eb8420495fdf19b88c2ed63c060 (patch)
treeb996f3e819c7de2c58432a574a06e0c91a7332a2 /src/isi-sms.h
parent091d81c62c070e55c4e2c2a6891df1d7f08d7298 (diff)
downloadisi-wireshark-plugin-f9aa55c5c0128eb8420495fdf19b88c2ed63c060.tar.bz2
add SMS dissector
Diffstat (limited to 'src/isi-sms.h')
-rw-r--r--src/isi-sms.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/isi-sms.h b/src/isi-sms.h
new file mode 100644
index 0000000..54f2549
--- /dev/null
+++ b/src/isi-sms.h
@@ -0,0 +1,7 @@
+#ifndef _ISI_SMS_H
+#define _ISI_SMS_H
+
+void proto_reg_handoff_isi_sms(void);
+void proto_register_isi_sms(void);
+
+#endif