Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal Makefile.am Makefile.nmake capture.c capture

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 02:25:57 -0600 (CST)
guy         2001/12/04 02:25:57 CST

  Modified files:
    .                    Makefile.am Makefile.nmake capture.c 
                         capture_stop_conditions.c file.h 
                         tethereal.c 
  Log:
  Make the bytes-written information from Wiretap a long, as we allow
  files to get that big.
  
  From Thomas Wittwer and Matthias Nyffenegger:
  
  Support for "ring buffer mode", wherein there's a ring buffer of N
  capture files; as each capture file reaches its maximum size (the ring
  buffer works only with a maximum capture file size specified), Ethereal
  rolls over to the next capture file in the ring buffer, replacing
  whatever packets might be in it with new packets.
  
  Revision  Changes    Path
  1.391     +3 -1      ethereal/Makefile.am
  1.150     +2 -1      ethereal/Makefile.nmake
  1.163     +67 -19    ethereal/capture.c
  1.2       +4 -4      ethereal/capture_stop_conditions.c
  1.86      +4 -2      ethereal/file.h
  1.101     +84 -8     ethereal/tethereal.c