Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap nettl.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sun, 31 Oct 1999 13:23:41 -0600 (CST)
guy         1999/10/31 13:23:39 CST

  Modified files:
    wiretap              nettl.c 
  Log:
  Give it an RCS ID.
  
  Fix the error checking ("file_error()" returns an "errno" value *if*
  there's an error and it's a UNIX error, but it may also return a
  non-"errno" value for non-UNIX errors, so its return value should be
  passed back through the "err" pointer).
  
  Revision  Changes    Path
  1.2       +8 -9      ethereal/wiretap/nettl.c