Ethereal-dev: Re: [Ethereal-dev] Bugs in 0.10.4

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

From: Gilbert Ramirez <gilramir@xxxxxxxxxxxxxxxxx>
Date: Thu, 20 May 2004 11:41:07 -0500
On Thu, May 20, 2004 at 11:06:09AM -0400, Stuart MacDonald wrote:
> 
> I can't only get it to happen with a very large new capture. And since
> it crashes, I haven't been able to get a capture saved either. :-(
> I'll keep trying to come up with a reproduceable test case.
> 
> ..Stu
> 

I would think that the temporary file that ethereal uses to store
the capture would still be on disk. You'd have to check wherever your
temp files are usually stored. (%TEMP% ? )

Another approach is to use tetehreal to capture a very large file:

tethereal -w out.cap

or limit it with:

tethereal -w out.cap -c num_packets

then load it in ethereal (or tethereal) to see if ethereal crashes.

--gilbert