summaryrefslogtreecommitdiffstats
path: root/src/isi-light.h
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2011-04-08 12:08:14 +0200
committerKlaus Kurzmann <mok@fluxnetz.de>2011-04-08 12:08:14 +0200
commit519f1201360ad6a9797d20a3b0371167b7a8735b (patch)
tree3c5468af3e125a5db2f0db9d63ecb30b99c79680 /src/isi-light.h
parent343278b6f4fd3c150934e84d1ffebbfc2cc6cec1 (diff)
downloadisi-wireshark-plugin-519f1201360ad6a9797d20a3b0371167b7a8735b.tar.bz2
add a dissector for the light resource
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'src/isi-light.h')
-rw-r--r--src/isi-light.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/isi-light.h b/src/isi-light.h
new file mode 100644
index 0000000..285ff3f
--- /dev/null
+++ b/src/isi-light.h
@@ -0,0 +1,8 @@
+#ifndef _ISI_LIGHT_H
+#define _ISI_LIGHT_H
+
+void proto_reg_handoff_isi_light(void);
+void proto_register_isi_light(void);
+
+#endif
+