Ethereal-dev: Re: [ethereal-dev] Ethereal memory leakage fix and feature enhancement

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: Fri, 6 Aug 1999 15:37:24 -0700 (PDT)
> DNS queries are the performance hog that I notice most frequently...

Are those DNS queries that just take a lot of time, or that get stuck?

Ethereal remembers the result of a DNS query, so it shouldn't be
querying for any name more than once - and it remembers negative
results, so it shouldn't be retrying queries that timed out or otherwise
failed.  However, I still see "ethereal -n" loading significantly faster
than "ethereal" on files that I don't *think* have a boatload of
different IP addresses in them.