The 802.11 dissector calculates the header size, so pass that value to
authorGerald Combs <gerald@wireshark.org>
Thu, 14 Jun 2007 22:09:14 +0000 (22:09 -0000)
committerGerald Combs <gerald@wireshark.org>
Thu, 14 Jun 2007 22:09:14 +0000 (22:09 -0000)
commit1d567d6e6bb74956ff1425468346cd397876b721
treec090e324bc4834ba655dcc92e79b281d8636066a
parent7cd5781110bb13e6a1b48f68f2892aa5db07edd4
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.

svn path=/trunk/; revision=22104
docbook/release-notes.xml
epan/crypt/airpdcap.c
epan/crypt/airpdcap_ccmp.c
epan/crypt/airpdcap_int.h
epan/crypt/airpdcap_system.h
epan/dissectors/packet-ieee80211.c