Ethereal-users: Re: [Ethereal-users] capture filters again

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Thu, 31 May 2001 14:04:21 -0700 (PDT)
> I am newbie with ethereal, true, but capture filters are something I should
> be able to figure out.  Not so, I'm afraid.  All I would like to do is
> capture based on a destination mac address.  I did not have any luck with
> man tcpdump or the archives.  In the capture preferences, I've tried 
> 
> ether src == 00:e0:1e:7e:6b:81
> ether src = 00:e0:1e:7e:6b:81
> ether src eq 00:e0:1e:7e:6b:81
> ether src == 00e01e7e6b81
> ether src = 00e01e7e6b81
> ether src eq 00e01e7e6b81
> ether src 00e01e7e6b81

Try

	ether src 00:e0:1e:7e:6b:81