Ethereal-users: 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 21:49:54 -0700 (PDT)
> > When I stop a capture session, the program locks up when it is attempting
> to > load the data. What is causing this? 

Name resolution?  If Ethereal tries to resolve an IP address in the
capture, and the name server is being unresponsive (or if it's not in
DNS and the next method your OS falls back on is slow - e.g., NetBIOS
inverse lookups, on Windows, if the IP address doesn't belong to a
machine running NetBIOS), Ethereal can become unresponsive until the
name resolution completes, and if the next name resolution has the same
problem, it could take a while to read the capture.  (Yes, a *long*
while - don't assume that, just because it's unresponsive for a long
time, it's necessarily permanently locked.)

Try disabling network name resolution when you start the capture, and
see if it still happens.