Ethereal-users: Re: [Ethereal-users] (no subject)

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Sat, 12 Jun 2004 04:06:48 -0700
On Fri, Jun 11, 2004 at 09:03:34AM -0700, Rodriguez, Aaron wrote:
> How can I filter two or more tcp ports at the same time?

Capture:

	tcp port X {and,or} tcp port Y

Display

	tcp.port == X {and,or} tcp.port == Y