Add NEWS entry about 802.11 and ARUBA changes

This commit is contained in:
Tim Wojtulewicz 2023-04-25 11:37:24 -07:00
parent f62f8e5cc9
commit 43a2b39c05

8
NEWS
View file

@ -191,6 +191,11 @@ New Functionality
Note: There is no tracking of cluster node connectivity. Thus, there is no guarantee Note: There is no tracking of cluster node connectivity. Thus, there is no guarantee
that all peerings still exist at the time of these events being raised. that all peerings still exist at the time of these events being raised.
- The IEEE 802.11 packet analyzer gains the ability to parse encapsulated A-MSDU
packets, instead of just dropping them. It also gains the ability to properly
recognize CCMP-encrypted packets. These encrypted packets are currently
dropped to Zeek's inability to do anything with them.
Changed Functionality Changed Functionality
--------------------- ---------------------
@ -280,6 +285,9 @@ Changed Functionality
- The ``ignore_checksums`` script variable now reflects the correct value - The ``ignore_checksums`` script variable now reflects the correct value
when using the ``-C`` command-line flag. when using the ``-C`` command-line flag.
- Support for ARUBA GRE tunnels now covers all of the known protocol type values
for those tunnels.
Removed Functionality Removed Functionality
--------------------- ---------------------