Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan filesystem.c filesystem.h plugins.c res

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:38 -0500 (CDT)
guy         2001/10/24 02:18:38 CDT

  Modified files:
    epan                 filesystem.c filesystem.h plugins.c 
                         resolv.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.14      +109 -2    ethereal/epan/filesystem.c
  1.10      +13 -6     ethereal/epan/filesystem.h
  1.37      +2 -7      ethereal/epan/plugins.c
  1.16      +5 -13     ethereal/epan/resolv.c