aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-02-25 11:53:44 -0800
committerGuy Harris <guy@alum.mit.edu>2014-02-25 19:55:25 +0000
commit75015e4351e666cdbd89e4c459aed91bc462c2cc (patch)
treeecef888f5a796d7ee53c82f12bc377d73aab0ae5 /epan/dissectors/packet-smb2.c
parent1084b88719088b839cc2bb25deb59a4c740babdf (diff)
Can't register in a non-existent dissector table.
This will have to wait until the SMB Direct dissector is actually committed. There's no point in getting a bunch of "OOPS: dissector table "smb_direct" doesn't exist" messages every time you run Wireshark or TShark. Change-Id: I9772eb3f119822fbeaa78876570798d49bb4cab9 Reviewed-on: https://code.wireshark.org/review/382 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/packet-smb2.c')
-rw-r--r--epan/dissectors/packet-smb2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-smb2.c b/epan/dissectors/packet-smb2.c
index b08b7f82c0..3c3d03239d 100644
--- a/epan/dissectors/packet-smb2.c
+++ b/epan/dissectors/packet-smb2.c
@@ -8368,7 +8368,6 @@ 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);
}
/*