Ethereal-dev: [Ethereal-dev] Re: [Ethereal-users] Problems loading files captured with windump

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, 11 Oct 2000 11:55:36 -0400
On Wed, Oct 11, 2000 at 05:41:42PM +0200, Schilling, Johannes wrote:
> 
> 
> Funktion: <nosymbols>
>         004bf54e 034d0c           add     ecx,[ebp+0xc]
> ss:0102c972=????????
>         004bf551 8b5508           mov     edx,[ebp+0x8]
> ss:0102c972=????????
>         004bf554 894a08           mov     [edx+0x8],ecx
> ds:00efea06=000000ba
>         004bf557 8b4508           mov     eax,[ebp+0x8]
> ss:0102c972=????????
>         004bf55a 8b4008           mov     eax,[eax+0x8]
> ds:00efea06=000000ba
>         004bf55d 5d               pop     ebp
>         004bf55e c3               ret
>         004bf55f 55               push    ebp
>         004bf560 8bec             mov     ebp,esp
>         004bf562 8b4508           mov     eax,[ebp+0x8]
> ss:0102c972=????????

Since there are no symbols, it's hard to tell where the problem is. I could
provide a debug version of the Ethereal executable. However, if you could provide
a sample windump file that caused the problem, perhaps we could replicate the
problem on a system where we already have a debug version of Ethereal compiled and
linked.

--gilbert