Stephen Fisher wrote:
Has anyone ever looked into implementing range checks in display
filters?  For example, a typical Unix style traceroute would be in the
UDP port range 33434 to 33464, so I would like to do a filter such as
"udp.port range 33434 33464"

I'd write that like so:

udp.port >= 33434 && udp.port <= 33464

Ed
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <[email protected]>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
            mailto:[email protected]?subject=unsubscribe

Reply via email to