Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ieee80211.c

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: Thu, 21 Feb 2002 17:34:34 -0600 (CST)
guy         2002/02/21 17:34:34 CST

  Modified files:
    .                    packet-ieee80211.c 
  Log:
  The number of bytes of tagged parameters should be computed by seeing
  how many bytes remain in the packet starting at the initial offset of
  the tagged parameters, not by seeing how many bytes remain in the packet
  starting 4 bytes later.  (If you're trying to avoid counting a CRC that
  appears at the end of the packet data, then you need to be sure there
  *is* a CRC first; this may require using a different DLT_ type, in
  libpcap, for those captures.)
  
  Revision  Changes    Path
  1.50      +9 -9      ethereal/packet-ieee80211.c