ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: AW: [Ethereal-dev] Introducing additional capture-stop capabilities

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

From: "Matthias" <matthias.nyffenegger@xxxxxxxx>
Date: Thu, 4 Oct 2001 10:04:20 +0200
-----Urspr�ngliche Nachricht-----
Von: Guy Harris [mailto:gharris@xxxxxxxxx]
Gesendet: Donnerstag, 4. Oktober 2001 09:36
An: Thomas Wittwer
Cc: ethereal-dev@xxxxxxxxxxxx; Nyffenegger, Matthias
Betreff: Re: [Ethereal-dev] Introducing additional capture-stop
capabilities


>On Wed, Aug 22, 2001 at 05:49:47PM +0200, Thomas Wittwer wrote:
>> We have enhanced the Ethereal capture function by two new stop
mechanisms:
>> a) it is now possible to configure the maximum capture duration in
seconds.
>> b) it is now possible to configure the maximum capture file size in
>> kilobytes.

>"capture_stop_conditions()" supports three stop mechanisms, one that
>works on the "file size" and one that works on the "capture size".

>The "file size" one checks whether the current size of the file, as
>reported by "fstat()" is bigger than the specified maximum, and stops if
>it is.

>The "capture size" one checks whether the current size, plus the size
>specified as input (which is the number of bytes written to the capture
>file for the most recently written packet), is bigger than the specified
>maximum, and stops if it is.

>The "file size" one isn't used - and probably won't do what you'd want,
>because the file size as reported by "fstat()" doesn't include any data
>written to the standard I/O stream for the file but not yet flushed out
>to the file by the standard I/O routines.  Is there any reason to keep
>it?

As far as I can see the dump file is flushed once per second so checking the
dumpfile size with 'fstat()' was not sufficiently accurate. There is no need
to keep this mechanism as far as I am concerned.

Thanks for your efforts!

Regards Matthias