Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap wtap.c wtap.h

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: Wed, 6 Nov 2002 15:49:35 -0600 (CST)
guy         2002/11/06 15:49:35 CST

  Modified files:
    wiretap              wtap.c wtap.h 
  Log:
  From Solomon Peachy: support for new "wlancap" 802.11 extra-information
  header.
  
  Add overflow checks to "BYTES_ARE_IN_FRAME()", and cast all arguments to
  unsigned values (negative values should never be passed) to squelch
  compiler warnings.
  
  Revision  Changes    Path
  1.74      +5 -1      ethereal/wiretap/wtap.c
  1.125     +3 -2      ethereal/wiretap/wtap.h