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>
This commit is contained in:
Stefan Metzmacher 2012-09-19 20:21:49 +02:00 committed by Evan Huus
parent 04bd19d3c2
commit d0d83e5b85

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