aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-09-19 20:21:49 +0200
committerEvan Huus <eapache@gmail.com>2014-02-25 22:00:04 +0000
commitfcb0837d0cd7837793176db16a5038044b3d748d (patch)
tree4c64af819fe62a59975036ff1742854f62cf64d0
parent5d0be58cb5c11426b5f5b9af0b31029e3086f07c (diff)
packet-smb: register a dissector on top of smb_direct
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
-rw-r--r--epan/dissectors/packet-smb.c1
1 files changed, 1 insertions, 0 deletions
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);