Wireshark mailing list archives

Re: range in filters


From: Ed Beroset <beroset () mindspring com>
Date: Fri, 18 Mar 2011 07:36:00 -0400

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 <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
            mailto:wireshark-dev-request () wireshark org?subject=unsubscribe


Current thread: