Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap netmon.c netxray.c ngsniffer.c visua

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 4 May 2002 05:00:19 -0500 (CDT)
guy         2002/05/04 05:00:19 CDT

  Modified files:
    wiretap              netmon.c netxray.c ngsniffer.c visual.c 
  Log:
  Fix capture-file-specific "close output" routines to check whether the
  "err" argument is null and return an error code through that argument
  only if it isn't, to match what "wtap_dump_close()", which calls those
  routines, does.
  
  Put the NetXRay dump routines in order by version number.
  
  Revision  Changes    Path
  1.54      +39 -32    ethereal/wiretap/netmon.c
  1.54      +55 -49    ethereal/wiretap/netxray.c
  1.80      +7 -5      ethereal/wiretap/ngsniffer.c
  1.7       +23 -14    ethereal/wiretap/visual.c