Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap snoop.c radcom.c netxray.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@xxxxxxxxxxxx>
Date: Sat, 19 Feb 2000 02:00:20 -0600 (CST)
guy         2000/02/19 02:00:18 CST

  Modified files:
    wiretap              snoop.c radcom.c netxray.c netmon.c 
                         libpcap.c iptrace.c ngsniffer.c wtap.h 
  Log:
  Use WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to open or read a
  capture file for an unsupported link-layer encapsulation type (as the
  nettl reader does), and report it correctly if it occurs on an open or
  read attempt rather than a save attempt.
  
  Revision  Changes    Path
  1.25      +2 -2      ethereal/wiretap/snoop.c
  1.18      +2 -2      ethereal/wiretap/radcom.c
  1.24      +2 -2      ethereal/wiretap/netxray.c
  1.25      +2 -2      ethereal/wiretap/netmon.c
  1.32      +2 -2      ethereal/wiretap/libpcap.c
  1.25      +3 -3      ethereal/wiretap/iptrace.c
  1.36      +2 -2      ethereal/wiretap/ngsniffer.c
  1.64      +2 -2      ethereal/wiretap/wtap.h