Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal capture.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:35 -0500 (CDT)
guy         1999/08/21 21:29:33 CDT

  Modified files:
    .                    capture.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.60      +4 -13     ethereal/capture.c