aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard Sharpe <realrichardsharpe@gmail.com>2022-04-15 22:50:57 -0700
committerRichard Sharpe <realrichardsharpe@gmail.com>2022-04-17 23:59:26 +0000
commit8889d8c78bb38803d59ec77bd2e49b6597467f31 (patch)
tree5d8008f8710231a00a3e6481c6a9026f80efb46a /test
parent24d65950e93da3416ed18c29c720065ed2b3ca41 (diff)
ieee80211: Implement more KDEs from ieee802.11-2016 and on.
I have picked up more KDEs from ieee802.11-2016 and Draft P802.11REVmd_D5.0 and Draft P802.11be_D1.4.
Diffstat (limited to 'test')
-rw-r--r--test/suite_decryption.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite_decryption.py b/test/suite_decryption.py
index a49848e8c0..0e47639abc 100644
--- a/test/suite_decryption.py
+++ b/test/suite_decryption.py
@@ -130,7 +130,7 @@ class case_decrypt_80211(subprocesstest.SubprocessTestCase):
'-o', 'wlan.enable_decryption: TRUE',
'-r', capture_file('wpa3-suiteb-192.pcapng.gz'),
'-Tfields',
- '-e' 'wlan.rsn.ie.gtk.key',
+ '-e' 'wlan.rsn.ie.gtk_kde.gtk',
'-e' 'wlan.analysis.kck',
'-e' 'wlan.analysis.kek',
))