Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ncp.c prefs-int.h prefs.c prefs.h

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: Sat, 11 May 2002 13:58:03 -0500 (CDT)
guy         2002/05/11 13:58:03 CDT

  Modified files:
    .                    packet-ncp.c prefs-int.h prefs.c prefs.h 
  Log:
  Add a mechanism for registering "obsolete" preference modules, so that
  if a dissector had preferences at one point but no longer does, it can
  register that fact, so that the old preferences in the preference file
  are silently ignored.
  
  Use that mechanism in the NCP dissector.
  
  Revision  Changes    Path
  1.57      +7 -1      ethereal/packet-ncp.c
  1.5       +3 -1      ethereal/prefs-int.h
  1.82      +30 -4     ethereal/prefs.c
  1.38      +10 -1     ethereal/prefs.h