packet-smb2: register a dissector on top of smb_direct

Change-Id: If52130f7f9e9783a8ecc8b8b3c01d86a02e4f946
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-on: https://code.wireshark.org/review/57
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 d0d83e5b85
commit cd9f6e077f
1 changed files with 1 additions and 0 deletions

View File

@ -8368,6 +8368,7 @@ proto_reg_handoff_smb2(void)
gssapi_handle = find_dissector("gssapi");
ntlmssp_handle = find_dissector("ntlmssp");
heur_dissector_add("netbios", dissect_smb2_heur, proto_smb2);
heur_dissector_add("smb_direct", dissect_smb2_heur, proto_smb2);
}
/*