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: Thu, 25 Nov 1999 16:37:58 -0600 (CST)
guy         1999/11/25 16:37:56 CST

  Modified files:
    .                    capture.c 
  Log:
  On a "wtap_dump_close()" error, if it's not one of the errors for which
  we put up a special error, just use "wtap_strerror()" to generate the
  error message - it'll handle both "errno" errors and Wiretap-specific
  errors.
  
  Revision  Changes    Path
  1.81      +3 -10     ethereal/capture.c