packet-smb2: register a dissector on top of smb_direct
authorStefan Metzmacher <metze@samba.org>
Wed, 19 Sep 2012 18:21:49 +0000 (20:21 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 29 Jan 2014 08:18:23 +0000 (09:18 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
epan/dissectors/packet-smb2.c

index a9438bcac16dc7403d4e4e745d5b8951584ad51b..8c58b8da10b6c77509ca5f80b8138b347ac49e12 100644 (file)
@@ -8366,6 +8366,7 @@ proto_reg_handoff_smb2(void)
        gssapi_handle  = find_dissector("gssapi");
        ntlmssp_handle = find_dissector("ntlmssp");
        heur_dissector_add("netbios", dissect_smb2_heur, proto_smb2);
+       heur_dissector_add("smb_direct", dissect_smb2_heur, proto_smb2);
 }
 
 /*