summaryrefslogtreecommitdiffstats
path: root/src/packet-isi.c
diff options
context:
space:
mode:
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 b9f500c..3e4a28e 100644
--- a/src/packet-isi.c
+++ b/src/packet-isi.c
@@ -371,6 +371,7 @@ void proto_reg_handoff_isi(void) {
proto_reg_handoff_isi_call();
proto_reg_handoff_isi_light();
proto_reg_handoff_isi_commgr();
+ proto_reg_handoff_isi_selftest();
#ifdef ISI_USB
heur_dissector_add("usb.bulk", dissect_usb_isi, proto_isi);
@@ -444,6 +445,7 @@ void proto_register_isi(void) {
proto_register_isi_call();
proto_register_isi_light();
proto_register_isi_commgr();
+ proto_register_isi_selftest();
}
void dissect_isi_subpacket(guint32 hf_sub_type, guint8 offset, tvbuff_t *tvb,