summaryrefslogtreecommitdiffstats
path: root/src/isi-pipe.h
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2011-04-29 11:47:25 +0200
committerKlaus Kurzmann <mok@fluxnetz.de>2011-04-29 11:47:25 +0200
commit346da3b30159f17ab6e728763d4cb5c17a806dd9 (patch)
tree33ae5cb73c6eabcfd75650f544439eb588235dab /src/isi-pipe.h
parent8cbfe7da64e8a3afd0de28ea217426c34aa0c734 (diff)
downloadisi-wireshark-plugin-346da3b30159f17ab6e728763d4cb5c17a806dd9.tar.bz2
add a dissector for the pipe resource
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'src/isi-pipe.h')
-rw-r--r--src/isi-pipe.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/isi-pipe.h b/src/isi-pipe.h
new file mode 100644
index 0000000..06893de
--- /dev/null
+++ b/src/isi-pipe.h
@@ -0,0 +1,9 @@
+
+#ifndef _ISI_PIPE_H
+#define _ISI_PIPE_H
+
+void proto_reg_handoff_isi_pipe(void);
+void proto_register_isi_pipe(void);
+
+#endif
+