On 2nd thought: change color filter name from "Low TTL" to "TTL low or unexpected"
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 28 Aug 2007 21:24:34 +0000 (21:24 +0000)
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 28 Aug 2007 21:24:34 +0000 (21:24 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22717 f5534014-38df-0310-8fa8-9805f1628bb7

colorfilters

index 615909da2c285f83c37c75c756f042a28ab9e0ac..9dab37d710c99a55a8b916cef9928b6c02c4448f 100644 (file)
@@ -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]
-@Low TTL@( ! ip.dst == 224.0.0.0/24 && 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/24 && 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]