Wireshark-bugs: [Wireshark-bugs] [Bug 1459] New: The filter "ip.version == 6" doesn't work
Date: Wed, 21 Mar 2007 03:53:00 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1459

           Summary: The filter "ip.version == 6" doesn't work
           Product: Wireshark
           Version: SVN
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: ulf.lamping@xxxxxx


Build Information:
SVN 21080 (but version doesn't really matter IMHO)
--
A colleague of mine tried to use "ip.version == 6" to see only IPv6 packets, as
that sounds like a reasonable filter if you know a little bit about IP. 

However, as the IPv6 dissector is using it's own prefix, the right filter would
be  currently simply "ipv6" (or if you like it more complicated "ipv6.version
== 6") - but both is pretty unintuitive.

It shouldn't be too difficult to have both fields in the protocol tree, so both
"ip.version == 6" and "ipv6.version" (or simply "ipv6") should work ...


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