aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-09-19 20:21:49 +0200
committerEvan Huus <eapache@gmail.com>2014-02-25 21:59:58 +0000
commit5d0be58cb5c11426b5f5b9af0b31029e3086f07c (patch)
treea1aeaf51832d2ca9cd4a72ab01718839eb994679
parent8fe9187b98d159ed15961f57070675fcd9d53dda (diff)
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 cd9f6e077fdbdde2462acea6b7906e153c8c4864) Reviewed-on: https://code.wireshark.org/review/390
-rw-r--r--epan/dissectors/packet-smb2.c1
1 files changed, 1 insertions, 0 deletions
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);
}
/*