From 43a2b39c05a389a0dc769c105e5e605af841ccce Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Tue, 25 Apr 2023 11:37:24 -0700 Subject: [PATCH] Add NEWS entry about 802.11 and ARUBA changes --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index e5f1d11595..ba16d0881e 100644 --- a/NEWS +++ b/NEWS @@ -191,6 +191,11 @@ New Functionality 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. +- 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 --------------------- @@ -280,6 +285,9 @@ Changed Functionality - The ``ignore_checksums`` script variable now reflects the correct value 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 ---------------------