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: Sun, 21 Oct 2001 16:47:58 -0500 (CDT)
guy         2001/10/21 16:47:58 CDT

  Modified files:
    .                    filters.c prefs.c 
  Log:
  Use G_DIR_SEPARATOR_S rather than "/" as a pathname separator in format
  strings used to generate pathnames.
  
  Move the definition of PF_DIR from <epan/epan.h> to <epan/filesystem.h>,
  so that files requiring only the definition of PF_DIR don't have to
  include <epan/epan.h>, and get rid of no-longer-necessary includes of
  <epan/epan.h>.
  
  Add a routine to get the directory for "system files" such as
  "/etc/ethers" - it's "/etc" on UNIX, and the datafile directory on
  Windows (as there's no "/etc" on Windows).  Use that to construct the
  pathname of the ethers and ipxnet files.
  
  Revision  Changes    Path
  1.10      +11 -9     ethereal/filters.c
  1.65      +8 -6      ethereal/prefs.c