Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal capture.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: Tue, 17 Aug 1999 23:41:17 -0500 (CDT)
guy         1999/08/17 23:41:15 CDT

  Modified files:
    .                    capture.c 
  Log:
  Make "wtap_dump()" and "wtap_dump_close()" return error codes, and check
  for errors when closing a file to which we've written packets (we don't
  bother checking if we're giving up on a capture).
  
  Add some more error checks in Wiretap.
  
  Make a single list of all Wiretap error codes, giving them all different
  values (some can be returned by more than one routine, so they shouldn't
  be per-routine).
  
  Revision  Changes    Path
  1.54      +38 -7     ethereal/capture.c