From 5d0be58cb5c11426b5f5b9af0b31029e3086f07c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 19 Sep 2012 20:21:49 +0200 Subject: [PATCH] packet-smb2: register a dissector on top of smb_direct Change-Id: I6a87c57d513af9c8ce9dff783988f7242f5257d0 Old-Change-Id: If52130f7f9e9783a8ecc8b8b3c01d86a02e4f946 Signed-off-by: Stefan Metzmacher Reviewed-on: https://code.wireshark.org/review/57 Reviewed-by: Evan Huus (cherry picked from commit cd9f6e077fdbdde2462acea6b7906e153c8c4864) Reviewed-on: https://code.wireshark.org/review/390 --- epan/dissectors/packet-smb2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/epan/dissectors/packet-smb2.c b/epan/dissectors/packet-smb2.c index 3c3d03239d..b08b7f82c0 100644 --- a/epan/dissectors/packet-smb2.c +++ b/epan/dissectors/packet-smb2.c @@ -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); } /*