aboutsummaryrefslogtreecommitdiffstats
path: root/colorfilters
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2010-02-05 22:39:14 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2010-02-05 22:39:14 +0000
commitc084355412fe3ed21df57c938bf938141511b333 (patch)
treeb5f4f4218e76696438a0fc49907ea502003519d3 /colorfilters
parentac07c187eef1692361d7962bb47e452012fceaf5 (diff)
From Chris Maynard:
Take into account PIM protocol specifics with regards to TTL when colorizing packets. svn path=/trunk/; revision=31807
Diffstat (limited to 'colorfilters')
-rw-r--r--colorfilters2
1 files changed, 1 insertions, 1 deletions
diff --git a/colorfilters b/colorfilters
index 799afef792..fd95600ac0 100644
--- a/colorfilters
+++ b/colorfilters
@@ -7,7 +7,7 @@
@ARP@arp@[55011,59486,65534][0,0,0]
@ICMP@icmp || icmpv6@[49680,49737,65535][0,0,0]
@TCP RST@tcp.flags.reset eq 1@[37008,0,0][65535,63121,32911]
-@TTL low or unexpected@( ! ip.dst == 224.0.0.0/4 && ip.ttl < 5) || (ip.dst == 224.0.0.0/24 && ip.ttl != 1)@[37008,0,0][65535,65535,65535]
+@TTL low or unexpected@( ! ip.dst == 224.0.0.0/4 && ip.ttl < 5 && !pim) || (ip.dst == 224.0.0.0/24 && ip.ttl != 1)@[37008,0,0][65535,65535,65535]
@Checksum Errors@cdp.checksum_bad==1 || edp.checksum_bad==1 || ip.checksum_bad==1 || tcp.checksum_bad==1 || udp.checksum_bad==1 || mstp.checksum_bad==1@[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]