Ethereal-users: SV: Re: [Ethereal-users] Minimum available bufferspace for a trace?

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

From: JS <fedevaps@xxxxxxxx>
Date: Wed, 21 Sep 2005 08:17:59 +0200 (CEST)
--- Guy Harris <gharris@xxxxxxxxx> skrev:

> JS wrote:
> > How do I see what the minimal available
> bufferspace
> > for a trace is?
> 
> What do you mean by "available buffer space"?
> 
> When capturing, Ethereal doesn't store packets in
> memory in a buffer, with
> the buffer wrapping around or overflowing when it's
> full; it writes
> packets to a file as it captures, and the file can
> be up to 2GB in size
> (perhaps larger on platforms with 64-bit longs), if
> you have enough disk
> space.

What I am thinking of is Flow Control. I have a long
list of TCP packages and can see that the "Win" varies
for each package. When I want to find the minimal
buffersize for the whole trace I was thinking just to
fine the smallest value for "Win" for a package.


And how is it possible to see if the sender gets
throttled by the receivers buffersize? Since in my
trace "Win" never gets the value 0, I guess one could
say that the sender never gets throttled.