diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 20:34:10 +0000 |
commit | e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc (patch) | |
tree | 68cb5ef9081156392f1dd62a00c6ccc1451b93df /resources/protocols/radius/dictionary.rfc6677 | |
parent | Initial commit. (diff) | |
download | wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.tar.xz wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.zip |
Adding upstream version 4.2.2.upstream/4.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'resources/protocols/radius/dictionary.rfc6677')
-rw-r--r-- | resources/protocols/radius/dictionary.rfc6677 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/resources/protocols/radius/dictionary.rfc6677 b/resources/protocols/radius/dictionary.rfc6677 new file mode 100644 index 00000000..148f1a12 --- /dev/null +++ b/resources/protocols/radius/dictionary.rfc6677 @@ -0,0 +1,19 @@ +# -*- text -*- +# Copyright (C) 2015 The FreeRADIUS Server project and contributors +# +# Attributes and values defined in RFC 6677 +# http://www.ietf.org/rfc/rfc6677.txt +# + +ATTRIBUTE EAP-Lower-Layer 163 integer + +VALUE EAP-Lower-Layer Wired-IEEE-802.1X 1 +VALUE EAP-Lower-Layer IEEE-802.1X-No-Preauth 2 +VALUE EAP-Lower-Layer IEEE-802.1X-Preauth 3 +VALUE EAP-Lower-Layer IEEE-802.16e 4 +VALUE EAP-Lower-Layer IKEv2 5 +VALUE EAP-Lower-Layer PPP 6 +VALUE EAP-Lower-Layer PANA-No-Preauth 7 +VALUE EAP-Lower-Layer GSS-API 8 +VALUE EAP-Lower-Layer PANA-Preauth 9 + |