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: Wed, 30 May 2001 14:17:32 -0500 (CDT)
guy         2001/05/30 14:17:32 CDT

  Modified files:
    .                    packet-ieee80211.c 
  Log:
  Updates from Johan Jorgensen.
  
  Don't use "pinfo->captured_len" to check the length of the packet -
  that's the length of the *entire* frame, not the length of the portion
  that belongs to the 802.11 dissector (there are currently no dissectors
  for protocols in which 802.11 is encapsulated, so it doesn't currently
  make a difference, but dissectors should use "tvb_length()" and so on to
  get that information for the tvbuff they were handed).
  
  Revision  Changes    Path
  1.18      +128 -101  ethereal/packet-ieee80211.c