URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e48882fd0c6cbd44d95c6c55ea3942219fd84261
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
e48882f by Cedric Izoard (cedric.izoard@xxxxxxxxxxxx):
[airpcap] Decrypt protected management frames (802.11w)
Enable decryption of Protected Management Frames by:
- Authorizing decryption for robust management frame (i.e. management
frame that may be encrypted): deauth, disassoc and action
(Note: Assume all action frames are robust even if it is not the case)
- Updating initialization of Additional Authentication Data (AAD)
(don't filter-out subtype) and construct nonce (set mgmt flag) for
management frames
Bug: 11995
Change-Id: I7c34a021e4c49111b85d217c9272d24d0e29ecb2
Reviewed-on: https://code.wireshark.org/review/13232
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 42ca2a9 Use g_ntoh* rather than g_hton*.
adds e48882f [airpcap] Decrypt protected management frames (802.11w)
Summary of changes:
epan/crypt/airpdcap.c | 32 ++++++++++++++++++++++++--------
epan/crypt/airpdcap_ccmp.c | 8 +++++++-
epan/crypt/airpdcap_int.h | 20 ++++++++++++++++++--
3 files changed, 49 insertions(+), 11 deletions(-)