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.prosoft | |
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.prosoft')
-rw-r--r-- | resources/protocols/radius/dictionary.prosoft | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/resources/protocols/radius/dictionary.prosoft b/resources/protocols/radius/dictionary.prosoft new file mode 100644 index 00000000..1c7b8c03 --- /dev/null +++ b/resources/protocols/radius/dictionary.prosoft @@ -0,0 +1,42 @@ +# -*- text -*- +# Copyright (C) 2015 The FreeRADIUS Server project and contributors +############################################################################## +# +# Prosoft, as posted to the list. +# +# $Id: 781a0cd32c589544853af7fa71cb9e7d7929ad36 $ +# +############################################################################## + +VENDOR Prosoft 4735 + +# +# Custom Prosoft attributes. +# + +BEGIN-VENDOR Prosoft + +ATTRIBUTE Prosoft-Home-Agent-Address 0 ipaddr +ATTRIBUTE Prosoft-Default-Gateway 1 ipaddr +ATTRIBUTE Prosoft-Primary-DNS 2 ipaddr +ATTRIBUTE Prosoft-Secondary-DNS 3 ipaddr +ATTRIBUTE Prosoft-Security-Parameter-Index 4 integer +ATTRIBUTE Prosoft-Security-Key 5 string +ATTRIBUTE Prosoft-MAC-Address 7 string +ATTRIBUTE Prosoft-Authentication-Reason 8 integer +ATTRIBUTE Prosoft-ATM-Interface 9 integer +ATTRIBUTE Prosoft-ATM-VPI 10 integer +ATTRIBUTE Prosoft-ATM-VCI 11 integer +ATTRIBUTE Prosoft-RSC-Identifier 12 string +ATTRIBUTE Prosoft-NPM-Identifier 13 string +ATTRIBUTE Prosoft-NPM-IP 14 string +ATTRIBUTE Prosoft-Sector-ID 15 string +ATTRIBUTE Prosoft-Auth-Role 16 integer + +VALUE Prosoft-Auth-Role Read-Status 0 +VALUE Prosoft-Auth-Role Read-Config 1 +VALUE Prosoft-Auth-Role Read-Write 2 +VALUE Prosoft-Auth-Role Admin 3 +VALUE Prosoft-Auth-Role Super-user 4 + +END-VENDOR Prosoft |