dictionary.symbol: Update to version received from vendor with minor formatting changes
[metze/wireshark/wip.git] / radius / dictionary.chillispot
1 # -*- text -*-
2 # Copyright (C) 2015 The FreeRADIUS Server project and contributors
3 ##############################################################################
4 #
5 #       ChilliSpot (and CoovaChilli) captive portal
6 #       http://www.chillispot.org
7 #       http://coova.org/wiki/index.php/CoovaChilli
8 #
9 #       $Id: e1e96effc16f678bd939dca7d779285fdc3cd126 $
10 #
11 ##############################################################################
12
13 VENDOR          ChilliSpot                      14559
14
15 BEGIN-VENDOR    ChilliSpot
16
17 ATTRIBUTE       ChilliSpot-Max-Input-Octets             1       integer
18 ATTRIBUTE       ChilliSpot-Max-Output-Octets            2       integer
19 ATTRIBUTE       ChilliSpot-Max-Total-Octets             3       integer
20 ATTRIBUTE       ChilliSpot-Bandwidth-Max-Up             4       integer
21 ATTRIBUTE       ChilliSpot-Bandwidth-Max-Down           5       integer
22 ATTRIBUTE       ChilliSpot-Config                       6       string
23 ATTRIBUTE       ChilliSpot-Lang                         7       string
24 ATTRIBUTE       ChilliSpot-Version                      8       string
25 ATTRIBUTE       ChilliSpot-OriginalURL                  9       string
26
27 # Configuration management parameters (ChilliSpot Only)
28 ATTRIBUTE       ChilliSpot-UAM-Allowed                  100     string
29 ATTRIBUTE       ChilliSpot-MAC-Allowed                  101     string
30 ATTRIBUTE       ChilliSpot-Interval                     102     integer
31
32 # Inline with RFC 2882 use of VSE-Authorize-Only for remote config
33 # Note that 14559 = 0x38df is used as prefix for the VSE.
34 # This is recognized as the best (but bad) way of doing VSEs.
35 # (ChilliSpot Only - CoovaChilli uses Service-Type = Administrative-User)
36 VALUE   Service-Type                    ChilliSpot-Authorize-Only 0x38df0001
37
38 END-VENDOR      ChilliSpot