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

  Modified files:
    .                    tethereal.c 
  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.142     +24 -49    ethereal/tethereal.c