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)
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-smb.c

index 7ebda5694faf3d653ce921ea8d74bb4d07d8d118..1a01e2ae7df7b9a22755a730640cfcd93de06a4f 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);