summaryrefslogtreecommitdiff
path: root/colorfilters
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-08-26 00:01:49 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-08-26 00:01:49 +0000
commit8615ff5f8010b62c41f9a2d6dc66381e643501ff (patch)
tree36fb1c51de342433fb6dc40e896006bf03f34a60 /colorfilters
parent723c80ea90a3c56c069a0a99e22edd43b00cf357 (diff)
downloadwireshark-8615ff5f8010b62c41f9a2d6dc66381e643501ff.tar.gz
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 svn path=/trunk/; revision=15535
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]