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: Sat, 22 Jun 2002 18:11:37 -0500 (CDT)
guy         2002/06/22 18:11:37 CDT

  Modified files:
    .                    packet-ieee80211.c 
  Log:
  Fetch the WEP IV before building a subtree for the WEP parameters, so we
  don't end up with an empty tree for the parameters.
  
  Fetch the IV and key regardless of whether we're building a protocol
  tree; that ensures that we know we have the IV/key before we try to
  dissect stuff after it.
  
  Revision  Changes    Path
  1.70      +16 -9     ethereal/packet-ieee80211.c