Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap 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@xxxxxxxxxxxx>
Date: Fri, 3 Dec 1999 23:22:27 -0600 (CST)
guy         1999/12/03 23:22:24 CST

  Modified files:
    wiretap              wtap.h 
  Log:
  Add support to Wiretap for writing Network Monitor 1.x-format capture
  files.
  
  Make the return type of a number of routines that return 1 (for "true")
  on success and 0 (for "false") on failure to "gboolean", and make the 1's
  and 0's TRUEs and FALSEs.
  
  Revision  Changes    Path
  1.51      +35 -5     ethereal/wiretap/wtap.h