http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2151
Summary: color rule for bad ttl: netmask too large
Product: Wireshark
Version: SVN
Platform: PC
OS/Version: Linux
Status: NEW
Severity: Major
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: foss-ml@xxxxxx
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
The color rule
@TTL low or unexpected@( ! ip.dst == 224.0.0.0/24 && ip.ttl < 5) || (ip.dst ==
224.0.0.0/24 && ip.ttl != 1)
uses /24 as multicast netmask, but it really should be /4.
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.