Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap file.c file.h iptrace.c lanalyzer.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, 24 Sep 1999 00:50:04 -0500 (CDT)
guy         1999/09/24 00:50:00 CDT

  Modified files:
    wiretap              file.c file.h iptrace.c lanalyzer.c 
                         libpcap.c netmon.c netxray.c ngsniffer.c 
                         radcom.c snoop.c wtap.c wtap.h 
  Log:
  Fix it so that it builds with "--disable-zlib".
  
  The "fh" member of a "wtap" structure points to something constructed
  from the "fd" member of that structure, so that closing the stream
  referred to by "fh" also closes the underlying file descriptor; get rid
  of an unnecessary close of "wth->fd".
  
  Revision  Changes    Path
  1.24      +2 -3      ethereal/wiretap/file.c
  1.3       +1 -5      ethereal/wiretap/file.h
  1.12      +2 -2      ethereal/wiretap/iptrace.c
  1.16      +2 -2      ethereal/wiretap/lanalyzer.c
  1.20      +2 -2      ethereal/wiretap/libpcap.c
  1.15      +2 -2      ethereal/wiretap/netmon.c
  1.15      +2 -2      ethereal/wiretap/netxray.c
  1.23      +2 -2      ethereal/wiretap/ngsniffer.c
  1.12      +2 -2      ethereal/wiretap/radcom.c
  1.12      +2 -2      ethereal/wiretap/snoop.c
  1.22      +2 -2      ethereal/wiretap/wtap.c
  1.41      +9 -3      ethereal/wiretap/wtap.h