Ethereal-dev: Re: [Ethereal-dev] unhandled exception - XCEPT_GROUP_ETHEREAL

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: Tue, 12 Feb 2002 01:28:33 -0800
On Tue, Feb 12, 2002 at 10:23:18AM +0100, Marcin Gryszkalis wrote:
> (gdb) print *(struct pcap_pkthdr *)0x83f515c
> $3 = {ts = {tv_sec = 92, tv_usec = -65518}, caplen = 4294967295, len = 
> 838090752}

That looks immensely wrong - something's not working right with libpcap.

Are you using the libpcap that comes with FreeBSD, or are you using a
version you've built yourself, e.g. libpcap 0.6.2 or 0.7.1?

Are you doing this on an x86 machine or an Alpha machine?