summaryrefslogtreecommitdiffstats
path: root/resources/protocols/radius/dictionary.eleven
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:53 +0000
commita86c5f7cae7ec9a3398300555a0b644689d946a1 (patch)
tree39fe4b107c71174fd1e8a8ceb9a4d2aa14116248 /resources/protocols/radius/dictionary.eleven
parentReleasing progress-linux version 4.2.6-1~progress7.99u1. (diff)
downloadwireshark-a86c5f7cae7ec9a3398300555a0b644689d946a1.tar.xz
wireshark-a86c5f7cae7ec9a3398300555a0b644689d946a1.zip
Merging upstream version 4.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'resources/protocols/radius/dictionary.eleven')
-rw-r--r--resources/protocols/radius/dictionary.eleven55
1 files changed, 55 insertions, 0 deletions
diff --git a/resources/protocols/radius/dictionary.eleven b/resources/protocols/radius/dictionary.eleven
new file mode 100644
index 00000000..27a3887f
--- /dev/null
+++ b/resources/protocols/radius/dictionary.eleven
@@ -0,0 +1,55 @@
+# -*- text -*-
+# Copyright (C) 2023 The FreeRADIUS Server project and contributors
+# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0
+#
+##############################################################################
+#
+# Eleven Software
+#
+# $Id: 93dabcb5a94417c9243a8aef28719bf5a23abcf4 $
+#
+##############################################################################
+
+VENDOR Eleven 52970
+
+BEGIN-VENDOR Eleven
+
+#
+# DPSK attributes
+#
+# The RADIUS server responds with two Cisco-AVPair attributes:
+#
+# Cisco-AVPair = "psk-mode=ascii"
+# Cisco-AVPair = "psk=<passphrase>"
+#
+#
+ATTRIBUTE Eleven-Authentication-Find-Key 3 tlv
+
+BEGIN-TLV Eleven-Authentication-Find-Key
+#
+# The second EAPoL frame of the 4-way handshake
+#
+ ATTRIBUTE Eleven-EAPOL-Frame-2 1 octets
+END-TLV Eleven-Authentication-Find-Key
+
+#
+# The first EAPoL frame of the 4-way handshake.
+#
+ATTRIBUTE Eleven-EAPOL-Anonce 2 octets
+
+#
+# SSID name
+#
+ATTRIBUTE Eleven-EAPOL-SSID 3 string
+
+#
+# BSSID
+#
+ATTRIBUTE Eleven-EAPOL-APMAC 4 octets
+
+#
+# Wireless client MAC address.
+#
+ATTRIBUTE Eleven-EAPOL-STMAC 5 octets
+
+END-VENDOR Eleven