Ethereal-users: Re: [Ethereal-users] Using eteareal on host machine configured as a bridge

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

From: Richard Harvey Chapman <hchapman@xxxxxxxx>
Date: Mon, 2 Apr 2001 13:36:30 -0700 (PDT)
On Mon, 2 Apr 2001, Mike Cannon wrote:

> tcpdump will capture packets with or without the IP assigned.
> ethereal will only display the br0 interface for selection if an IP is
> assigned to br0.

Suggestion: ifconfig br0 0.0.0.0

I'm using a patch right now that adds vlan support to linux. It creates
virtual interfaces on top of a real one. So, I have eth0, vlan12, vlan13,
and vlan14, for example. For eth0, I just set the address to 0.0.0.0. I
can sniff on that interface just fine and I don't think any traffic will
normally come in on that interface. (Anyone: Am I wrong?)

R.