ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-users: Re: [Ethereal-users] Only Sniffing ONE Machine

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: Sun, 2 Jun 2002 11:41:42 -0700
On Sun, Jun 02, 2002 at 01:34:24PM -0500, Jim Hale wrote:
> Is there a way to setup a filter so that Ethereal only looks at ONE IP
> on the network?

The standard way of doing that with applications that use libpcap for
packet capturing, such as tcpdump and Ethereal, is

	host {hostname}

or

	host {IP address}

where "{hostname}" is the name of the host and "{IP address}" is the IP
address of the host.  That'll show all traffic to or from that host.