Ethereal-users: Re: [Ethereal-users] Information Help

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

From: Marco van den Bovenkamp <marco@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 05 Aug 2004 22:50:06 +0200
BRA-SAO-Leite,Renato wrote:

I need to know if is there a way to filter network addresses and not
just Host IP Addresses.

If I can do that, how can I implement a filter to do this function ?

Capture filter: 'net <x.x.x.x>/<number of network bits>, as in 'net 192.168.1.0/24' for instance.

Display filter: 'ip.addr == <x.x.x.x>/<number of network bits>', as in 'ip.addr == 192.168.1.0/24'

Both will match source and destination; refining it to either source or destination is left as an exercise for the reader :-).

--

		Regards,

			Marco.