Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap file.c wtap.c wtap.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: Fri, 7 Jun 2002 02:47:59 -0500 (CDT)
guy         2002/06/07 02:47:59 CDT

  Modified files:
    wiretap              file.c wtap.c wtap.h 
  Log:
  Add a new error for attempts to open a pipe or FIFO for random access.
  
  Have "wtap_open_offline()", if asked to open a FIFO, return that error
  if it was asked to open the file for random access.
  
  Revision  Changes    Path
  1.92      +28 -6     ethereal/wiretap/file.c
  1.66      +2 -1      ethereal/wiretap/wtap.c
  1.113     +18 -16    ethereal/wiretap/wtap.h