From f4002523e9a37668cc76b6c07b1a69cdf0f39629 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 16 Dec 2014 11:03:46 -0800 Subject: 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 Reviewed-by: Michael Mann --- epan/dissectors/packet-mdshdr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors') 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"}, -- cgit v1.2.3