Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 1806] IP dissector Expert Info flags packets with a low TT

Date: Tue, 28 Aug 2007 20:15:18 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1806





------- Comment #7 from luis.ontanon@xxxxxxxxx  2007-08-28 20:15 GMT -------
(In reply to comment #6)

DoH! 
> ip.ttl < 5 && !(ip.dst >= 224.0.0.0/24)
Would not work....

ip.ttl < 5 && !(ip.dst == 224.0.0.0/24)

is what I meant...


-- 
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.