Have tap listeners specify whether the "packet" routine requires
[obnox/wireshark/wip.git] / epan / dissectors / packet-smb.c
index 46aa05a012b81bbd83fcceb9d37745b2bce94026..1c84372628749933a69c189606257e4f5a89b8c8 100644 (file)
@@ -6712,7 +6712,8 @@ dissect_session_setup_andx_request(tvbuff_t *tvb, packet_info *pinfo, proto_tree
                 * security blob has been fully dissected and before
                 * we exit from this dissector.
                 */
-               error_string=register_tap_listener("ntlmssp", NULL, NULL, NULL, NULL, NULL);
+               error_string=register_tap_listener("ntlmssp", NULL, NULL,
+                   0, NULL, NULL, NULL);
                if(!error_string){
                        ntlmssp_tap_id=find_tap_id("ntlmssp");
                }