aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-10-10 19:48:37 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-10-10 19:48:37 +0000
commit37a7e3382c8daea28ea5e38372696d2da7ce5fd7 (patch)
tree8fd2ae571e198b61b5785751fbf68b2ed0703971 /docbook
parentd8231f1222a9861b3512cac592a42dce0509d40f (diff)
Revert the changes made to resolve https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3528 (When following an HTTP tcp stream decode gzip data automatically), as they caused a bigger problem reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9044 ("Follow TCP Stream" shows only first HTTP req+res).
#BACKPORT(1.10) svn path=/trunk/; revision=52506
Diffstat (limited to 'docbook')
-rw-r--r--docbook/release-notes.asciidoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/docbook/release-notes.asciidoc b/docbook/release-notes.asciidoc
index e2851a71aa..f5b5470945 100644
--- a/docbook/release-notes.asciidoc
+++ b/docbook/release-notes.asciidoc
@@ -17,6 +17,7 @@ The following bugs have been fixed:
//* cve-idlink:2013-2486[]
//* Wireshark always manages to score tickets for Burning Man, Coachella, and SXSW while you end up working double shifts. (ws-buglink:0000[])
+* "Follow TCP Stream" shows only the first HTTP req+res. (ws-buglink:9044[])
* Files with pcap-ng Simple Packet Blocks can't be read. (ws-buglink:9200[])
=== New and Updated Features
@@ -106,6 +107,9 @@ Filtering tshark captures with read filters (-R) no longer works.
The 64-bit Windows installer does not support Kerberos decryption.
(https://wiki.wireshark.org/Development/Win64[Win64 development page])
+Resolving (ws-buglink:9044[]) reopens (ws-buglink:3528[]) so that Wireshark
+no longer automatically decodes gzip data when following a TCP stream.
+
Application crash when changing real-time option.
(ws-buglink:4035[])