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 d0d83e5b85)
Reviewed-on: https://code.wireshark.org/review/389
This commit is contained in:
Stefan Metzmacher 2012-09-19 20:21:49 +02:00 committed by Evan Huus
parent 5d0be58cb5
commit fcb0837d0c
1 changed files with 1 additions and 0 deletions

View 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);