Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal disabled_protos.c disabled_protos.h AUTHORS

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Wed, 6 Aug 2003 19:41:27 -0500 (CDT)
guy         2003/08/06 19:41:27 CDT

  Modified files:
    .                    AUTHORS Makefile.am Makefile.nmake 
                         prefs.c prefs.h tethereal.c 
  Added files:
    .                    disabled_protos.c disabled_protos.h 
  Log:
  From Michael Lum: add the ability to have a preferences file containing
  a list of disabled protocols, and to save that list from the Edit >
  Protocols dialog box.
  
  Add checks for read errors in "read_prefs()".
  
  Clean up white space.
  
  Revision  Changes    Path
  1.815     +4 -0      ethereal/AUTHORS
  1.607     +4 -2      ethereal/Makefile.am
  1.322     +2 -1      ethereal/Makefile.nmake
  1.104     +30 -9     ethereal/prefs.c
  1.44      +6 -4      ethereal/prefs.h
  1.191     +46 -9     ethereal/tethereal.c