Ethereal-users: Re: [Ethereal-users] Ethereal 0.8.11/AIX 4.3 only captures incoming?

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: Thu, 31 May 2001 02:05:54 -0700
On Wed, May 30, 2001 at 01:45:37PM +0000, Bolan Meek wrote:
> I have a fresh installation of ethereal 0.8.11,
> and the prerequisites downloaded from Bull's
> Free Software for AIX.  In the capture display,
> I only see incoming packets.  Anybody have
> any insight as to why this might be?
> 
> The version of AIX is 4.3.2.8/4.3.1 .

Because there's a problem in the version of libpcap you've installed, or
in the packet capture mechanism (BPF or DLPI, I don't know which that'd
be) it uses?

You might try downloading libpcap 0.6.2 source from

	http://www.tcpdump.org/

and compiling and installing that, and then download Ethereal source
from

	http://www.ethereal.com/download.html#sources

and recompiling Ethereal; make sure it's linked with libpcap 0.6.2
("ethereal -v" should report that it is), and then try it.