aboutsummaryrefslogtreecommitdiffstats
path: root/epan
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 17:58:34 +0000
commitd0d83e5b85173cd9fdc9001a2efb2f596124e2a2 (patch)
tree839ba56db38bd5117ee980a3d2d09b647493b8bf /epan
parent04bd19d3c28b3801195dafd8609c19ff9379131f (diff)
packet-smb: register a dissector on top of smb_direct
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>
Diffstat (limited to 'epan')
-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);