packet-smb: register a dissector on top of smb_direct
authorStefan Metzmacher <metze@samba.org>
Wed, 19 Sep 2012 18:21:49 +0000 (20:21 +0200)
committerEvan Huus <eapache@gmail.com>
Tue, 25 Feb 2014 22:00:04 +0000 (22:00 +0000)
Change-Id: I316b958c6a91dc333bcdb468368f2c19fe8845d6
Old-Change-Id: I26a3088df12de9d74cf6c224b938003417b758f5
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-on: https://code.wireshark.org/review/58
Reviewed-by: Evan Huus <eapache@gmail.com>
(cherry picked from commit d0d83e5b85173cd9fdc9001a2efb2f596124e2a2)
Reviewed-on: https://code.wireshark.org/review/389

epan/dissectors/packet-smb.c

index fae3dc6df010ad1dc14ba7e9ad67ed84882146a6..d66d873b383d3bcf354b0736d6f40522d069ba29 100644 (file)
@@ -21029,6 +21029,7 @@ proto_reg_handoff_smb(void)
        ntlmssp_handle = find_dissector("ntlmssp");
 
        heur_dissector_add("netbios", dissect_smb_heur, proto_smb);
+       heur_dissector_add("smb_direct", dissect_smb_heur, proto_smb);
        heur_dissector_add("cotp", dissect_smb_heur, proto_smb);
        heur_dissector_add("vines_spp", dissect_smb_heur, proto_smb);