Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] range in filters

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 18 Mar 2011 10:20:58 -0700
On Mar 14, 2011, at 3:17 PM, 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"

Or "udp.port range 33434-33464" or something such as that.  (libpcap's equivalent would be "udp portrange 33434-33464".)