Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap ascend.c csids.c i4btrace.c netmon.c

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, 18 Nov 2000 21:47:37 -0600 (CST)
guy         2000/11/18 21:47:37 CST

  Modified files:
    wiretap              ascend.c csids.c i4btrace.c netmon.c 
                         netxray.c ngsniffer.c pppdump.c toshiba.c 
  Log:
  "wtap_read()" must *always* set "*err" when it returns FALSE - if it's
  just an EOF, it should set "*err" to 0.  Fix up a bunch of read routines
  for various capture file types to set "*err" appropriately.
  
  Revision  Changes    Path
  1.22      +2 -1      ethereal/wiretap/ascend.c
  1.5       +5 -1      ethereal/wiretap/csids.c
  1.13      +5 -3      ethereal/wiretap/i4btrace.c
  1.35      +3 -2      ethereal/wiretap/netmon.c
  1.34      +2 -1      ethereal/wiretap/netxray.c
  1.55      +2 -1      ethereal/wiretap/ngsniffer.c
  1.5       +4 -1      ethereal/wiretap/pppdump.c
  1.14      +2 -1      ethereal/wiretap/toshiba.c