Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan filesystem.c filesystem.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: Sun, 23 Jun 2002 16:33:10 -0500 (CDT)
guy         2002/06/23 16:33:10 CDT

  Modified files:
    epan                 filesystem.c filesystem.h 
  Log:
  Add a routine to "epan/filesystem.c" to test whether a file is a FIFO.
  Use that in Tethereal rather than duplicating a pile of macros.
  
  Get rid of the remaining uses of "stat()" in Tethereal - none of them
  are necessary (they were just cut-and-pasted from Ethereal).
  
  Revision  Changes    Path
  1.18      +15 -1     ethereal/epan/filesystem.c
  1.11      +14 -1     ethereal/epan/filesystem.h