Ethereal-dev: [Ethereal-dev] Re: [Ethereal-users] Running Ethereal on Windows 2000

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Thu, 30 Aug 2001 22:20:54 -0700 (PDT)
> I always disable name resolution.  When I send a ping, the connection closes
> immediately.  
> 
> I see this in Linux and Windows versions of Ethereal.  I use static arp
> tables on a very small, private TCP/IP network with no DNS and no Windows
> protocols.  It seems to need just one more packet before it closes.

Well, I never see that particular behavior so I don't know why it's
happening.

You might try sending the Ethereal process, on Linux, a SIGABRT with
"kill -ABRT" and, if it writes out a core dump file, starting up gdb on
the Ethereal binary and the core dump file, type the "backtrace"
command, and send us the output, so we have a clue what it's doing.