diff options
author | Anish Bhatt <anish@chelsio.com> | 2014-10-27 01:12:21 -0700 |
---|---|---|
committer | Anders Broman <a.broman58@gmail.com> | 2014-11-03 07:22:58 +0000 |
commit | 7b4215dafaeb7716d81c7bec93decac0c3a556f5 (patch) | |
tree | 02e96f6c402090187817825d2e59c09576b13d0c /radius/dictionary.ruckus | |
parent | bea82998029f05d5fb8d39601fd52d5c721a682c (diff) | |
download | wireshark-7b4215dafaeb7716d81c7bec93decac0c3a556f5.tar.gz wireshark-7b4215dafaeb7716d81c7bec93decac0c3a556f5.tar.bz2 wireshark-7b4215dafaeb7716d81c7bec93decac0c3a556f5.zip |
[Radius] Update dictionaries from freeradius 3.0.4
Update includes all new/renamed dictionaries in radius, but does not cover any differences in already included dictionaries, which will be handled in a separate update.
Change-Id: I6d1e1cc1815423fb71ec940366964a366ab41a25
Reviewed-on: https://code.wireshark.org/review/4947
Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'radius/dictionary.ruckus')
-rw-r--r-- | radius/dictionary.ruckus | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/radius/dictionary.ruckus b/radius/dictionary.ruckus new file mode 100644 index 0000000000..ffba0a7d90 --- /dev/null +++ b/radius/dictionary.ruckus @@ -0,0 +1,27 @@ +# -*- text -*- +# Copyright (C) 2014 The FreeRADIUS Server project and contributors +# +# Ruckus Wireless, Inc. dictionary +# +# + +VENDOR Ruckus 25053 + +BEGIN-VENDOR Ruckus + +ATTRIBUTE Ruckus-User-Groups 1 string +# Value Format: group_attr1,group_attr2,... + +ATTRIBUTE Ruckus-Sta-RSSI 2 integer +ATTRIBUTE Ruckus-SSID 3 string +ATTRIBUTE Ruckus-WlanID 4 integer +ATTRIBUTE Ruckus-Location 5 string +ATTRIBUTE Ruckus-Grace-Period 6 integer +# Sent to the server, range: 1 to 14400 [minutes] + +ATTRIBUTE Ruckus-SCG-CBlade-IP 7 integer +ATTRIBUTE Ruckus-SCG-DBlade-IP 8 integer +ATTRIBUTE Ruckus-Session-Type 125 integer +ATTRIBUTE Ruckus-Acct-Status 126 integer + +END-VENDOR Ruckus |