From 74594a3b2095a030588ba2667bfb04ea2fd9ccfe Mon Sep 17 00:00:00 2001 From: Matias Fontanini Date: Wed, 5 Jun 2013 09:08:42 -0300 Subject: [PATCH] Updated CHANGES file. --- CHANGES | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGES b/CHANGES index d932c06..e9fa033 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,24 @@ +v1.1 - Wed Jun 5 09:03:37 ART 2013 + +- Implemented std::hash specialization for IPv4, IPv6 and HWAddress<> +types. + +- Added a RSNHandshakeCapturer class. + +- Added WPA2Decrypter class. + +- IEEE 802.11 frames are not parsed if the RadioTap FAILED_FCS flag +is on. + +- RadioTap now calculates its size everytime it's serialized. + +- Splitted the dot11.h and dot11.cpp files into several files to +speed up compilation times. + +- Added HWAddress<>::is_broadcast and HWAddress::operator[]. + +- Fixed a bug triggered when parsing Dot11QoSData frames. + v1.0 - Tue Apr 23 20:40:57 ART 2013 - Link layer protocol PDUs now don't hold a NetworkInterface. This led