Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal file.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: Sat, 21 Aug 1999 21:52:46 -0500 (CDT)
guy         1999/08/21 21:52:44 CDT

  Modified files:
    .                    file.c 
  Log:
  Add a "wtap_strerror()" routine, which takes as an argument an error
  code supplied by a Wiretap routine (whether a positive UNIX "errno" code
  or a negative Wiretap error code), and returns an error message
  corresponding to it.
  
  Use that to construct the message Ethereal put up in a message box for
  those errors for which we don't have Ethereal put up a message of its
  choice.
  
  Revision  Changes    Path
  1.79      +9 -11     ethereal/file.c