summaryrefslogtreecommitdiffstats
path: root/src/packet-isi.c
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/packet-isi.c
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/packet-isi.c')
-rw-r--r--src/packet-isi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/packet-isi.c b/src/packet-isi.c
index 747c2d2..3eef3f5 100644
--- a/src/packet-isi.c
+++ b/src/packet-isi.c
@@ -372,6 +372,7 @@ void proto_reg_handoff_isi(void) {
proto_reg_handoff_isi_light();
proto_reg_handoff_isi_commgr();
proto_reg_handoff_isi_gpds();
+ proto_reg_handoff_isi_pipe();
proto_reg_handoff_isi_selftest();
#ifdef ISI_USB
@@ -447,6 +448,7 @@ void proto_register_isi(void) {
proto_register_isi_light();
proto_register_isi_commgr();
proto_register_isi_gpds();
+ proto_register_isi_pipe();
proto_register_isi_selftest();
}