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

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Mon, 22 Sep 2003 21:35:59 -0500 (CDT)
guy         2003/09/22 21:35:59 CDT

  Modified files:
    .                    packet-eapol.c packet-ieee80211.c 
                         packet-ieee80211.h 
  Log:
  Get rid of some unnecessary includes.
  
  Instead of using "dissect_vendor_specific_ie()" to dissect the WPA key
  data, turn the code to dissect a collection of 802.11 tagged parameters
  into a routine, use that routine when dissecting 802.11 management
  frames, and also use it to dissect the key data.
  
  Revision  Changes    Path
  1.14      +9 -26     ethereal/packet-eapol.c
  1.100     +61 -76    ethereal/packet-ieee80211.c
  1.8       +4 -1      ethereal/packet-ieee80211.h