Wireshark-commits: [Wireshark-commits] rev 22104: /trunk/ /trunk/epan/crypt/: airpdcap.c airpdcap_c
Date: Thu, 14 Jun 2007 22:09:18 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22104

User: gerald
Date: 2007/06/14 10:09 PM

Log:
 The 802.11 dissector calculates the header size, so pass that value to
 the WEP/WPA decryption code instead of re-calculating it.  Fixes bug
 1639.
 
 Remove fcsPresent, radiotapPresent, and associated code from airpdcap.c
 since they were always FALSE.  Glib-ize some data types.  Fixup white
 space.
 
 Update the release notes.

Directory: /trunk/epan/crypt/
  Changes    Path                 Action
  +38 -71    airpdcap.c           Modified
  +2 -1      airpdcap_ccmp.c      Modified
  +0 -7      airpdcap_int.h       Modified
  +31 -38    airpdcap_system.h    Modified

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +6 -5      packet-ieee80211.c    Modified

Directory: /trunk/docbook/
  Changes    Path                 Action
  +16 -1     release-notes.xml    Modified