Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-users: Re: [Ethereal-users] How to capture one IP?

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 Dec 2004 10:00:12 -0800
John Vo wrote:
Hello all: Is there a way for me to, before start capturing traffic, tell it to only capture traffic from a certain ip address only.

Use a capture filter of

	host {IP address}

or

	host {name for that IP address}

although the latter will, if that name has more than one IP address, capture traffic for *any* of them.