Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal filters.c prefs.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: Wed, 24 Oct 2001 02:18:37 -0500 (CDT)
guy         2001/10/24 02:18:37 CDT

  Modified files:
    .                    filters.c prefs.c 
  Log:
  Have a routine that takes a file name for a personal configuration file
  and generates the path name; have it, if the file is to be opened for
  reading on Win32, check whether it exists and, if not, check for it in
  the old home directory-based configuration directory and, if so, return
  that path instead, so that files saved with earlier versions of Ethereal
  will be seen.
  
  Revision  Changes    Path
  1.13      +6 -15     ethereal/filters.c
  1.68      +5 -20     ethereal/prefs.c