Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap netmon.c configure.in 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: Fri, 3 Dec 1999 23:14:46 -0600 (CST)
guy         1999/12/03 23:14:44 CST

  Modified files:
    wiretap              netmon.c configure.in file.c libpcap.c 
                         libpcap.h snoop.c snoop.h netmon.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.18      +237 -1    ethereal/wiretap/netmon.c
  1.18      +4 -1      ethereal/wiretap/configure.in
  1.31      +12 -9     ethereal/wiretap/file.c
  1.24      +18 -18    ethereal/wiretap/libpcap.c
  1.4       +2 -2      ethereal/wiretap/libpcap.h
  1.19      +19 -19    ethereal/wiretap/snoop.c
  1.4       +2 -2      ethereal/wiretap/snoop.h
  1.3       +2 -1      ethereal/wiretap/netmon.h