Register the ISUP dissector to make it callable through
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 3 Jun 2005 09:56:03 +0000 (09:56 +0000)
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 3 Jun 2005 09:56:03 +0000 (09:56 +0000)
call_dissector()

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14541 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-isup.c

index dec0e9a036b16ae67540cc67a11a65ba2415144b..f4641f023699f439bc9805cadce931574befd10f 100644 (file)
@@ -6526,6 +6526,8 @@ proto_register_isup(void)
        proto_isup = proto_register_protocol("ISDN User Part",
            "ISUP", "isup");
 
+       register_dissector("isup", dissect_isup, proto_isup);
+
 /* Required function calls to register the header fields and subtrees used */
        proto_register_field_array(proto_isup, hf, array_length(hf));
        proto_register_subtree_array(ett, array_length(ett));