aboutsummaryrefslogtreecommitdiffstats
path: root/colorfilters
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-22 12:04:03 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-22 12:04:03 +0000
commit04d3d6b976e89f301cb6b79c3fd81d823d6a32c7 (patch)
treece4173bc56d78d1fe0175176d87f6d1b91fa0f5c /colorfilters
parent40503daa8351f64bf17df7c81d2fcbc929802cfe (diff)
Note to self: read documentation first.
Reverted previous change... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25353 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 147393084b..3ed6cbf0e6 100644
--- a/colorfilters
+++ b/colorfilters
@@ -7,7 +7,7 @@
@ARP@arp@[55011,59486,65534][0,0,0]
@ICMP@icmp@[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/4 && ip.ttl != 1)@[37008,0,0][65535,65535,65535]
+@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]
@Checksum Errors@cdp.checksum_bad==1 || edp.checksum_bad==1 || ip.checksum_bad==1 || tcp.checksum_bad==1 || udp.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]