Ethereal-users: Re: [Ethereal-users] Please help!

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: Fri, 10 Sep 2004 12:07:13 -0700
Moshe Haviv wrote:

Try adding in your filter(AND ing) ip.addr!= IP address1 and IP adress2.

For example :

(ip.addr != 130.149.17.8 )and (ip.addr != 130.149.17.21 )

Or, if it's a capture filter:

	not host 130.149.17.8 and not host 130.149.17.21