Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-wlancap.c packet-wlancap.h AUTHORS Ma

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:31 -0600 (CST)
guy         2002/11/06 15:49:31 CST

  Modified files:
    .                    AUTHORS Makefile.am Makefile.nmake 
                         packet-ieee80211.c packet-prism.c 
  Added files:
    .                    packet-wlancap.c packet-wlancap.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.655     +2 -1      ethereal/AUTHORS
  1.519     +2 -1      ethereal/Makefile.am
  1.254     +2 -1      ethereal/Makefile.nmake
  1.78      +3 -3      ethereal/packet-ieee80211.c
  1.9       +40 -7     ethereal/packet-prism.c