aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/release-notes.asciidoc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-06-27 10:21:58 -0700
committerGerald Combs <gerald@wireshark.org>2018-06-28 15:32:58 +0000
commit16f543a232d7a5fb0bd9bf012f1fbc6093bbc5ae (patch)
tree08def63b3a4892f7d3ff56ba7c923e27ad4bd493 /docbook/release-notes.asciidoc
parent2bb09c2d560566d2996b04a4cc49dc37daf02a7b (diff)
IEEE 802.11: Disable FCS validation by default.
Disable FCS/checksum validation by default to match Ethernet, IPv4, IPv6, TCP, UDP, SCTP, etc. Change-Id: I289b6a05e73da2b020ee65b3298cb054a29c6d42 Reviewed-on: https://code.wireshark.org/review/28485 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'docbook/release-notes.asciidoc')
-rw-r--r--docbook/release-notes.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docbook/release-notes.asciidoc b/docbook/release-notes.asciidoc
index 379af9702b..20106a7e97 100644
--- a/docbook/release-notes.asciidoc
+++ b/docbook/release-notes.asciidoc
@@ -41,7 +41,7 @@ since version 2.6.0:
* TShark now supports the `-G elastic-mapping` option which generates an ElasticSearch mapping file.
* The “Capture Information” dialog has been added back (wsbuglink:12004[]).
-* The Ethernet dissector no longer validates the frame check sequence (checksum) by default.
+* The Ethernet and IEEE 802.11 dissectors no longer validate the frame check sequence (checksum) by default.
* The TCP dissector gained a new “Reassemble out-of-order segments” preference
to fix dissection and decryption issues in case TCP segments are received
out-of-order. See the User’s Guide, chapter _TCP Reassembly_ for details.