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.infonet | |
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.infonet')
-rw-r--r-- | resources/protocols/radius/dictionary.infonet | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/resources/protocols/radius/dictionary.infonet b/resources/protocols/radius/dictionary.infonet new file mode 100644 index 00000000..5662d090 --- /dev/null +++ b/resources/protocols/radius/dictionary.infonet @@ -0,0 +1,51 @@ +# -*- text -*- +# Copyright (C) 2015 The FreeRADIUS Server project and contributors +# +# dictionary.infonet +# +# Accounting VSAs by +# "Bernard Lhoas from Infonet" <Bernard_Lhoas@infonet.com> +# +# Version: @(#)dictionary.infonet 1.00 +# + +VENDOR infonet 4453 + +# +# Standard attribute +# +# I would like to change the attribute number of Infonet-Account-Number +# but we are already using it in production and changing could get +# messy. Same with Infonet-Type. -Clark +BEGIN-VENDOR infonet + +ATTRIBUTE Infonet-Proxy 238 string +ATTRIBUTE Infonet-Config 239 string +ATTRIBUTE Infonet-MCS-Country 240 string +ATTRIBUTE Infonet-MCS-Region 241 string +ATTRIBUTE Infonet-MCS-Off-Peak 242 string +ATTRIBUTE Infonet-MCS-Overflow 243 string +ATTRIBUTE Infonet-MCS-Port 244 string +ATTRIBUTE Infonet-MCS-Port-Count 245 string +ATTRIBUTE Infonet-Account-Number 247 string +ATTRIBUTE Infonet-Type 248 string + +# +# Infonet-Specific Attributes +# +# Note: Only Attributes < 256 will go on the wire. They are known as +# "wire attributes". +# Attributes > 256 don't get sent to a NAS and don't get forwarded +# to a proxy site. This includes accounting packets as well as +# auth packets. +# +ATTRIBUTE Infonet-Pool-Request 252 string +ATTRIBUTE Infonet-Surcharge-Type 254 integer +ATTRIBUTE Infonet-NAS-Location 255 string +ATTRIBUTE Infonet-Random-IP-Pool 246 string +# +ATTRIBUTE Infonet-Realm-Type 249 string +ATTRIBUTE Infonet-LoginHost-Dest 250 string +ATTRIBUTE Infonet-Tunnel-Decision-IP 251 string + +END-VENDOR infonet |