From 346da3b30159f17ab6e728763d4cb5c17a806dd9 Mon Sep 17 00:00:00 2001 From: Klaus Kurzmann Date: Fri, 29 Apr 2011 11:47:25 +0200 Subject: add a dissector for the pipe resource Signed-off-by: Klaus Kurzmann --- src/packet-isi.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/packet-isi.c') 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(); } -- cgit v1.2.3