Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal capture.c capture.h file.h tethereal.c

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: Sun, 24 Feb 2002 03:25:36 -0600 (CST)
guy         2002/02/24 03:25:36 CST

  Modified files:
    .                    capture.c capture.h file.h tethereal.c 
  Log:
  Put all the capture options into a structure.
  
  Move the ringbuffer capture options from the "capture_file" structure to
  the structure for capture options, as they're a property of an
  in-progress capture, not a property of a particular capture file.
  
  Revision  Changes    Path
  1.171     +36 -39    ethereal/capture.c
  1.31      +22 -11    ethereal/capture.h
  1.92      +1 -5      ethereal/file.h
  1.127     +66 -46    ethereal/tethereal.c