summaryrefslogtreecommitdiffstats
path: root/src/isi-nameservice.h
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2011-04-08 12:04:59 +0200
committerKlaus Kurzmann <mok@fluxnetz.de>2011-04-08 12:04:59 +0200
commitd66229b1b96476b413e2a5f1f7f567cecfec2eba (patch)
tree5500607dc5aec1fed358c7ef33aab37814c733fa /src/isi-nameservice.h
parent91dd787668ae430f02151137966edf1fa2f1f4f1 (diff)
downloadisi-wireshark-plugin-d66229b1b96476b413e2a5f1f7f567cecfec2eba.tar.bz2
add a dissector for the nameservice resource
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'src/isi-nameservice.h')
-rw-r--r--src/isi-nameservice.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/isi-nameservice.h b/src/isi-nameservice.h
new file mode 100644
index 0000000..843496d
--- /dev/null
+++ b/src/isi-nameservice.h
@@ -0,0 +1,9 @@
+
+#ifndef _ISI_NAMESERVICE_H
+#define _ISI_NAMESERVICE_H
+
+void proto_reg_handoff_isi_nameservice(void);
+void proto_register_isi_nameservice(void);
+
+#endif
+