Ethereal-dev: RE: [ethereal-dev] Ethereal on Solaris -- lexical scanner problem s.

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

From: "Brown, Wes" <Wes_Brown@xxxxxxx>
Date: Fri, 6 Aug 1999 15:42:10 -0500
Here we go ...

(gdb) frame 6
#6  0x56a58 in libpcap_read (wth=0xeda98) at libpcap.c:200
200     libpcap.c: No such file or directory.
(gdb) print hdr
$1 = {ts_sec = 12513210, ts_usec = 3489792186, incl_len = 3689869315,
  orig_len = 134235392}
(gdb)

Regards,
Wes

-----Original Message-----
From: Guy Harris [mailto:guy@xxxxxxxxxx]
Sent: Friday, August 06, 1999 3:27 PM
To: Brown, Wes
Cc: 'Gilbert Ramirez'; 'ethereal-dev@xxxxxxxx'
Subject: Re: [ethereal-dev] Ethereal on Solaris -- lexical scanner
problem s.


> Here we go, the stack trace you requested.  

If you still have that core dump:

> #6  0x56a58 in libpcap_read (wth=0xeda98) at libpcap.c:200

What does "print hdr" say if you go to frame 6?  (It should show the
"libpcap"-file header for the packet; I'm curious whether the header is
completely borked, in which case perhaps we've somehow gotten to the
wrong offset in the file, or if just the size is bogus, in which case
something else has gone wrong.)