packet-smb2: register a dissector on top of smb_direct

Change-Id: I6a87c57d513af9c8ce9dff783988f7242f5257d0
Old-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>
(cherry picked from commit cd9f6e077f)
Reviewed-on: https://code.wireshark.org/review/390
This commit is contained in:
Stefan Metzmacher 2012-09-19 20:21:49 +02:00 committed by Evan Huus
parent 8fe9187b98
commit 5d0be58cb5
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);
}
/*