From 8615ff5f8010b62c41f9a2d6dc66381e643501ff Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Fri, 26 Aug 2005 00:01:49 +0000 Subject: 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 --- colorfilters | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'colorfilters') 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] -- cgit v1.2.1