https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14180

Peter Wu <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |IN_PROGRESS

--- Comment #2 from Peter Wu <[email protected]> ---
So, while the "membership" operator "in" is documented to be used as:

    tcp.port in {80 443 8080}

its implementation also seems to allow other values (such as field names and
byte values):

    http.host in {"a" some.field.name 11:22:33}

I'll limit this feature request to number-only fields. For optimizations
reasons, internally it will probably be implemented using smaller/greater than
operators, but this requires some rework.

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <[email protected]>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:[email protected]?subject=unsubscribe

Reply via email to