summaryrefslogtreecommitdiff
path: root/radius/dictionary.chillispot
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-07-06 12:39:58 +0000
committerBill Meier <wmeier@newsguy.com>2009-07-06 12:39:58 +0000
commit2e82efa15801272917ec68b34295c5d5d576922d (patch)
tree73a896d1393777820a3adebd357a9a7c10ec18a0 /radius/dictionary.chillispot
parentea7fa021fa36218f89fc9b6708fc15db0a509240 (diff)
downloadwireshark-2e82efa15801272917ec68b34295c5d5d576922d.tar.gz
Update dictionary files from FreeRadius 2.1.6 [5/18/09]: part 1: New files
svn path=/trunk/; revision=28946
Diffstat (limited to 'radius/dictionary.chillispot')
-rw-r--r--radius/dictionary.chillispot38
1 files changed, 38 insertions, 0 deletions
diff --git a/radius/dictionary.chillispot b/radius/dictionary.chillispot
new file mode 100644
index 0000000000..8b1c4a550d
--- /dev/null
+++ b/radius/dictionary.chillispot
@@ -0,0 +1,38 @@
+# -*- text -*-
+##############################################################################
+#
+# ChilliSpot (and CoovaChilli) captive portal
+# http://www.chillispot.org
+# http://coova.org/wiki/index.php/CoovaChilli
+#
+# $Id$
+#
+##############################################################################
+
+VENDOR ChilliSpot 14559
+
+BEGIN-VENDOR ChilliSpot
+
+ATTRIBUTE ChilliSpot-Max-Input-Octets 1 integer
+ATTRIBUTE ChilliSpot-Max-Output-Octets 2 integer
+ATTRIBUTE ChilliSpot-Max-Total-Octets 3 integer
+ATTRIBUTE ChilliSpot-Bandwidth-Max-Up 4 integer
+ATTRIBUTE ChilliSpot-Bandwidth-Max-Down 5 integer
+ATTRIBUTE ChilliSpot-Config 6 string
+ATTRIBUTE ChilliSpot-Lang 7 string
+ATTRIBUTE ChilliSpot-Version 8 string
+ATTRIBUTE ChilliSpot-OriginalURL 9 string
+
+
+# Configuration management parameters (ChilliSpot Only)
+ATTRIBUTE ChilliSpot-UAM-Allowed 100 string
+ATTRIBUTE ChilliSpot-MAC-Allowed 101 string
+ATTRIBUTE ChilliSpot-Interval 102 integer
+
+# Inline with RFC 2882 use of VSE-Authorize-Only for remote config
+# Note that 14559 = 0x38df is used as prefix for the VSE.
+# This is recognized as the best (but bad) way of doing VSEs.
+# (ChilliSpot Only - CoovaChilli uses Service-Type = Administrative-User)
+VALUE Service-Type ChilliSpot-Authorize-Only 0x38df0001
+
+END-VENDOR ChilliSpot