aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.c
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 17:58:54 +0000
commitcd9f6e077fdbdde2462acea6b7906e153c8c4864 (patch)
treef44e9b9237cd25bd6917a1b45c99908c996d1f79 /epan/dissectors/packet-smb2.c
parentd0d83e5b85173cd9fdc9001a2efb2f596124e2a2 (diff)
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>
Diffstat (limited to 'epan/dissectors/packet-smb2.c')
-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);
}
/*