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: Tue, 18 Jun 2002 15:17:27 -0500 (CDT)
guy         2002/06/18 15:17:26 CDT

  Modified files:
    .                    packet-ieee80211.c 
  Log:
  From Solomon Peachy: do WEP decryption before reassembly.
  
  Use "memset()" rather than "bzero()", as "memset()" is the official ANSI
  C routine (and you get an error when compiling with MSVC++ if you use
  "bzero()").
  
  Revision  Changes    Path
  1.66      +107 -104  ethereal/packet-ieee80211.c