Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal capture_stop_conditions.c capture_stop_condi

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 4 Dec 2001 01:32:02 -0600 (CST)
guy         2001/12/04 01:32:02 CST

  Modified files:
    .                    AUTHORS Makefile.am Makefile.nmake 
                         capture.c file.h tethereal.c 
  Added files:
    .                    capture_stop_conditions.c 
                         capture_stop_conditions.h conditions.c 
                         conditions.h 
  Log:
  Support for stopping capture at specified capture file size or capture
  duration, from Thomas Wittwer and Matthias Nyffenegger.
  
  Revision  Changes    Path
  1.376     +7 -0      ethereal/AUTHORS
  1.390     +5 -1      ethereal/Makefile.am
  1.149     +4 -2      ethereal/Makefile.nmake
  1.162     +35 -2     ethereal/capture.c
  1.85      +5 -1      ethereal/file.h
  1.100     +108 -19   ethereal/tethereal.c