-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update "TTL low or unexpected" coloring rule to ignore vrrp, carp and…
… MulticastDNS all of which intentionally use TTL 255. Bug 5010 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5010) Add carp to routing protocols while we're at it. svn path=/trunk/; revision=50014
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,13 +8,13 @@ | |
@ICMP@icmp || icmpv6@[64764,57568,65535][4718,10030,11796] | ||
@TCP [email protected] eq 1@[42148,0,0][65535,64764,40092] | ||
@SCTP [email protected]_type eq ABORT@[42148,0,0][65535,64764,40092] | ||
@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)@[42148,0,0][60652,61680,60395] | ||
@TTL low or unexpected@( ! ip.dst == 224.0.0.0/4 && ip.ttl < 5 && !pim) || (ip.dst == 224.0.0.0/24 && ip.dst != 224.0.0.251 && ip.ttl != 1 && !(vrrp || carp))@[42148,0,0][60652,61680,60395] | ||
@Checksum [email protected]_bad==1 || ip.checksum_bad==1 || tcp.checksum_bad==1 || udp.checksum_bad==1 || sctp.checksum_bad==1 || mstp.checksum_bad==1 || cdp.checksum_bad==1 || edp.checksum_bad==1 || wlan.fcs_bad==1@[4718,10030,11796][63479,34695,34695] | ||
@SMB@smb || nbss || nbns || nbipx || ipxsap || netbios@[65278,65535,53456][4718,10030,11796] | ||
@HTTP@http || tcp.port == 80@[58596,65535,51143][4718,10030,11796] | ||
@IPX@ipx || spx@[65534,58325,58808][4718,10030,11796] | ||
@DCERPC@dcerpc@[51199,38706,65533][4718,10030,11796] | ||
@Routing@hsrp || eigrp || ospf || bgp || cdp || vrrp || gvrp || igmp || ismp@[65534,62325,54808][4718,10030,11796] | ||
@Routing@hsrp || eigrp || ospf || bgp || cdp || vrrp || carp || gvrp || igmp || ismp@[65534,62325,54808][4718,10030,11796] | ||
@TCP SYN/[email protected] & 0x02 || tcp.flags.fin == 1@[41026,41026,41026][4718,10030,11796] | ||
@TCP@tcp@[59345,58980,65535][4718,10030,11796] | ||
@UDP@udp@[56026,61166,65535][4718,10030,11796] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,13 +8,13 @@ | |
@ICMP@icmp || icmpv6@[64764,57568,65535][4718,10030,11796] | ||
@TCP [email protected] eq 1@[42148,0,0][65535,64764,40092] | ||
@SCTP [email protected]_type eq ABORT@[42148,0,0][65535,64764,40092] | ||
@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)@[42148,0,0][60652,61680,60395] | ||
@TTL low or unexpected@( ! ip.dst == 224.0.0.0/4 && ip.ttl < 5 && !pim) || (ip.dst == 224.0.0.0/24 && ip.dst != 224.0.0.251 && ip.ttl != 1 && !(vrrp || carp))@[42148,0,0][60652,61680,60395] | ||
@Checksum [email protected]_bad==1 || ip.checksum_bad==1 || tcp.checksum_bad==1 || udp.checksum_bad==1 || sctp.checksum_bad==1 || mstp.checksum_bad==1 || cdp.checksum_bad==1 || edp.checksum_bad==1 || wlan.fcs_bad==1@[4718,10030,11796][63479,34695,34695] | ||
@SMB@smb || nbss || nbns || nbipx || ipxsap || netbios@[65278,65535,53456][4718,10030,11796] | ||
@HTTP@http || tcp.port == 80@[58596,65535,51143][4718,10030,11796] | ||
@IPX@ipx || spx@[65534,58325,58808][4718,10030,11796] | ||
@DCERPC@dcerpc@[51199,38706,65533][4718,10030,11796] | ||
@Routing@hsrp || eigrp || ospf || bgp || cdp || vrrp || gvrp || igmp || ismp@[65534,62325,54808][4718,10030,11796] | ||
@Routing@hsrp || eigrp || ospf || bgp || cdp || vrrp || carp || gvrp || igmp || ismp@[65534,62325,54808][4718,10030,11796] | ||
@TCP SYN/[email protected] & 0x02 || tcp.flags.fin == 1@[41026,41026,41026][4718,10030,11796] | ||
@TCP@tcp@[59345,58980,65535][4718,10030,11796] | ||
@UDP@udp@[56026,61166,65535][4718,10030,11796] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,13 +8,13 @@ | |
@ICMP@icmp || icmpv6@[49680,49737,65535][0,0,0] | ||
@TCP [email protected] eq 1@[37008,0,0][65535,63121,32911] | ||
@SCTP [email protected]_type eq ABORT@[37008,0,0][65535,63121,32911] | ||
@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] | ||
@TTL low or unexpected@( ! ip.dst == 224.0.0.0/4 && ip.ttl < 5 && !pim) || (ip.dst == 224.0.0.0/24 && ip.dst != 224.0.0.251 && ip.ttl != 1 && !(vrrp || carp))@[42148,0,0][60652,61680,60395] | ||
@Checksum [email protected]_bad==1 || edp.checksum_bad==1 || ip.checksum_bad==1 || tcp.checksum_bad==1 || udp.checksum_bad==1 || sctp.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] | ||
@IPX@ipx || spx@[65534,58325,58808][0,0,0] | ||
@DCERPC@dcerpc@[51199,38706,65533][0,0,0] | ||
@Routing@hsrp || eigrp || ospf || bgp || cdp || vrrp || gvrp || igmp || ismp@[65534,62325,54808][0,0,0] | ||
@Routing@hsrp || eigrp || ospf || bgp || cdp || vrrp || carp || gvrp || igmp || ismp@[65534,62325,54808][0,0,0] | ||
@TCP SYN/[email protected] & 0x02 || tcp.flags.fin == 1@[41026,41026,41026][0,0,0] | ||
@TCP@tcp@[59345,58980,65534][0,0,0] | ||
@UDP@udp@[28834,57427,65533][0,0,0] | ||
|