http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1806
------- Comment #8 from todd.martin@xxxxxxx 2007-08-28 20:40 GMT -------
(In reply to comment #7)
> (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...
>
That is what I really wanted. I didn't know you could do that. I didn't see
an example of that in any of the documentation.
--
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.