Ethereal-dev: Re: [ethereal-dev] AIX: gtk problem solved, now an ethereal problem

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

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Wed, 10 Nov 1999 12:07:40 -0600
On Wed, Nov 10, 1999 at 11:49:17AM -0600, Gilbert Ramirez wrote:
> 
> 
> Libpcap is putting a DLT type of 6 in the capture file, which is IEEE802,
> which on other platforms is used to denote token-ring (802.5).
> On non-AIX platforms, a DLT type of 1 is used for ethernet.
> 
> Let me download the libpcap source to dig into that.

libpcap has a bpf/net/bpf.h file which defines these DLT types.

Which pcap-*.c file is being used in your AIX build if libpcap?

--gilbert