summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--colorfilters2
-rw-r--r--docbook/release-notes.xml6
2 files changed, 7 insertions, 1 deletions
diff --git a/colorfilters b/colorfilters
index d295d67bf4..649ab77034 100644
--- a/colorfilters
+++ b/colorfilters
@@ -1,5 +1,5 @@
# DO NOT EDIT THIS FILE! It was created by Wireshark
-@Bad TCP@tcp.analysis.flags@[0,0,0][65535,24383,24383]
+@Bad TCP@tcp.analysis.flags && !tcp.analysis.window_update@[0,0,0][65535,24383,24383]
@HSRP State Change@hsrp.state != 8 && hsrp.state != 16@[0,0,0][65535,63222,0]
@Spanning Tree Topology Change@stp.type == 0x80@[0,0,0][65535,63222,0]
@OSPF State Change@ospf.msg != 1@[0,0,0][65535,63222,0]
diff --git a/docbook/release-notes.xml b/docbook/release-notes.xml
index 0f729e0acb..b5b1c3113d 100644
--- a/docbook/release-notes.xml
+++ b/docbook/release-notes.xml
@@ -103,6 +103,12 @@ Wireshark Info
</para>
</listitem>
+ <listitem>
+ <para>
+ TCP window updates are no longer colorized as "Bad TCP".
+ </para>
+ </listitem>
+
</itemizedlist>
</para>