Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap libpcap.c wtap.h file.c snoop.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, 21 Aug 1999 21:29:53 -0500 (CDT)
guy         1999/08/21 21:29:50 CDT

  Modified files:
    wiretap              libpcap.c wtap.h file.c snoop.c 
                         ngsniffer.c netxray.c netmon.c iptrace.c 
                         lanalyzer.c 
  Log:
  Get rid of some cruft left in by previous checkins as placeholders.
  
  Get rid of WTAP_ENCAP_NONE; replace it with WTAP_ENCAP_UNKNOWN, which
  means "I can't handle that file, it's using an encapsulation I don't
  support".
  
  Check for encapsulations we don't support, and return an error (as is
  already done in "libpcap.c").
  
  Check for too-large packet sizes, and return an error (as is already
  done in "libpcap.c").
  
  Print unsigned quantities in Wiretap messages with "%u", not "%d".
  
  Revision  Changes    Path
  1.12      +26 -22    ethereal/wiretap/libpcap.c
  1.31      +25 -25    ethereal/wiretap/wtap.h
  1.18      +2 -2      ethereal/wiretap/file.c
  1.7       +24 -12    ethereal/wiretap/snoop.c
  1.19      +26 -26    ethereal/wiretap/ngsniffer.c
  1.11      +14 -12    ethereal/wiretap/netxray.c
  1.11      +26 -14    ethereal/wiretap/netmon.c
  1.8       +5 -2      ethereal/wiretap/iptrace.c
  1.13      +8 -2      ethereal/wiretap/lanalyzer.c