From fcb0837d0cd7837793176db16a5038044b3d748d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 19 Sep 2012 20:21:49 +0200 Subject: packet-smb: register a dissector on top of smb_direct Change-Id: I316b958c6a91dc333bcdb468368f2c19fe8845d6 Old-Change-Id: I26a3088df12de9d74cf6c224b938003417b758f5 Signed-off-by: Stefan Metzmacher Reviewed-on: https://code.wireshark.org/review/58 Reviewed-by: Evan Huus (cherry picked from commit d0d83e5b85173cd9fdc9001a2efb2f596124e2a2) Reviewed-on: https://code.wireshark.org/review/389 --- epan/dissectors/packet-smb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/epan/dissectors/packet-smb.c b/epan/dissectors/packet-smb.c index fae3dc6df0..d66d873b38 100644 --- a/epan/dissectors/packet-smb.c +++ b/epan/dissectors/packet-smb.c @@ -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); -- cgit v1.2.3