aboutsummaryrefslogtreecommitdiffstats
path: root/colorfilters
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-26 00:01:49 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-26 00:01:49 +0000
commiteda07cc551ba8ed0ab4c3f4c85797ef6b68e3d9c (patch)
tree36fb1c51de342433fb6dc40e896006bf03f34a60 /colorfilters
parentdfed34a85cb91cb36c7796d9c9acf3c0302e48a3 (diff)
fix #378:
use "ip.checksum_bad == 1" instead of simply "ip.checksum_bad" in the example colorfilter file, as the implementation of that filter string changed install the global example files unconditionally by the win32 installer, to fix this problem and be compatible with the unix install process git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15535 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'colorfilters')
-rw-r--r--colorfilters2
1 files changed, 1 insertions, 1 deletions
diff --git a/colorfilters b/colorfilters
index a7a706d590..b1244284ce 100644
--- a/colorfilters
+++ b/colorfilters
@@ -8,7 +8,7 @@
@ICMP@icmp@[49680,49737,65535][0,0,0]
@TCP RST@tcp.flags.reset eq 1@[37008,0,0][65535,63121,32911]
@Low TTL@ip.ttl < 5@[37008,0,0][65535,65535,65535]
-@Checksum Errors@ip.checksum_bad || tcp.checksum_bad || udp.checksum_bad@[0,0,0][65535,24383,24383]
+@Checksum Errors@ip.checksum_bad==1 || tcp.checksum_bad || udp.checksum_bad@[0,0,0][65535,24383,24383]
@SMB@smb || nbss || nbns || nbipx || ipxsap || netbios@[65534,64008,39339][0,0,0]
@HTTP@http || tcp.port == 80@[36107,65535,32590][0,0,0]
@IPX@ipx || stp@[65534,58325,58808][0,0,0]