Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk capture_prefs.c capture_prefs.h Makefile

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: Thu, 10 Jan 2002 01:43:40 -0600 (CST)
guy         2002/01/10 01:43:40 CST

  Modified files:
    gtk                  Makefile.am Makefile.nmake capture_dlg.c 
                         gui_prefs.c prefs_dlg.c 
  Added files:
    gtk                  capture_prefs.c capture_prefs.h 
  Log:
  Add a preferences page for capture preferences, so that the user can
  directly edit the capture preferences, rather than only being able to
  set them implicitly from the values for the most recent capture.
  
  Add a preferences item for the interface on which to capture.
  
  Get rid of some unused variables.
  
  Revision  Changes    Path
  1.37      +3 -1      ethereal/gtk/Makefile.am
  1.23      +1 -0      ethereal/gtk/Makefile.nmake
  1.53      +9 -3      ethereal/gtk/capture_dlg.c
  1.28      +2 -5      ethereal/gtk/gui_prefs.c
  1.35      +31 -6     ethereal/gtk/prefs_dlg.c