Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk capture_dlg.c main.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:38 -0600 (CST)
guy         2002/02/24 03:25:37 CST

  Modified files:
    gtk                  capture_dlg.c main.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.62      +61 -44    ethereal/gtk/capture_dlg.c
  1.237     +43 -44    ethereal/gtk/main.c