aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-12-16 11:03:46 -0800
committerMichael Mann <mmann78@netscape.net>2014-12-16 19:23:29 +0000
commitf4002523e9a37668cc76b6c07b1a69cdf0f39629 (patch)
tree9ab872668012336801991234b725b311fa91df38 /epan/dissectors
parent972d34794437973499fd26be8acb26760dde42dc (diff)
Disable the MDS Header ethertype preference.
If you encounter a frame with an all-zeroes ethertype it's very likely due to buggy hardware or software. Don't try to dissect it as MDS Header traffic. Change-Id: Ie08d6aba2dcb82e4e49d6dbe96a2a3639e3cafc4 Bug: 8256 Reviewed-on: https://code.wireshark.org/review/5788 Reviewed-by: Gerald Combs <gerald@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-mdshdr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mdshdr.c b/epan/dissectors/packet-mdshdr.c
index 673f6eee16..99b209f713 100644
--- a/epan/dissectors/packet-mdshdr.c
+++ b/epan/dissectors/packet-mdshdr.c
@@ -101,7 +101,7 @@ static gint ett_mdshdr_trlr = -1;
static dissector_handle_t data_handle, fc_dissector_handle;
-static gboolean decode_if_zero_etype = TRUE;
+static gboolean decode_if_zero_etype = FALSE;
static const value_string sof_vals[] = {
{MDSHDR_SOFc1, "SOFc1"},