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.wispr | |
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.wispr')
-rw-r--r-- | resources/protocols/radius/dictionary.wispr | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/resources/protocols/radius/dictionary.wispr b/resources/protocols/radius/dictionary.wispr new file mode 100644 index 00000000..71b4cdd6 --- /dev/null +++ b/resources/protocols/radius/dictionary.wispr @@ -0,0 +1,37 @@ +# -*- text -*- +# Copyright (C) 2015 The FreeRADIUS Server project and contributors +# +# dictionary.wispr +# +# VSAs originally by +# "James Underwood" <underwood@comcast.net> +# +# Version: $Id: 2296e60a3912ca078f19f81457d20658950bc63d $ +# +# For documentation on WISPr RADIUS attributes, see: +# +# Wi-Fi Alliance - Wireless ISP Roaming - Best Current Practices v1, +# Feb 2003, p 14 +# +# http://www.weca.net/OpenSection/downloads/WISPr_V1.0.pdf + +VENDOR WISPr 14122 + +# +# Standard attribute +# +BEGIN-VENDOR WISPr + +ATTRIBUTE WISPr-Location-ID 1 string +ATTRIBUTE WISPr-Location-Name 2 string +ATTRIBUTE WISPr-Logoff-URL 3 string +ATTRIBUTE WISPr-Redirection-URL 4 string +ATTRIBUTE WISPr-Bandwidth-Min-Up 5 integer +ATTRIBUTE WISPr-Bandwidth-Min-Down 6 integer +ATTRIBUTE WISPr-Bandwidth-Max-Up 7 integer +ATTRIBUTE WISPr-Bandwidth-Max-Down 8 integer +ATTRIBUTE WISPr-Session-Terminate-Time 9 string +ATTRIBUTE WISPr-Session-Terminate-End-Of-Day 10 string +ATTRIBUTE WISPr-Billing-Class-Of-Service 11 string + +END-VENDOR WISPr |