diff options
author | Joerg Mayer <jmayer@loplof.de> | 2014-10-18 08:45:14 +0200 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2014-10-18 06:47:12 +0000 |
commit | 01cf7feb3ea12e40d3a7c9866695823a7747defe (patch) | |
tree | 2c37eee08684fe2c01472647129f7f40f80a0cd2 /radius | |
parent | ed676ca3b9c2e96360b283818159bcdc983c2fd1 (diff) | |
download | wireshark-01cf7feb3ea12e40d3a7c9866695823a7747defe.tar.gz wireshark-01cf7feb3ea12e40d3a7c9866695823a7747defe.tar.bz2 wireshark-01cf7feb3ea12e40d3a7c9866695823a7747defe.zip |
Add URL to a description of the attributes
Add comments about additional attributes
Change-Id: Ic73039ee6fde954e147a44e0f98def76a7e88fb3
Reviewed-on: https://code.wireshark.org/review/4812
Reviewed-by: Jörg Mayer <jmayer@loplof.de>
Diffstat (limited to 'radius')
-rw-r--r-- | radius/dictionary.airespace | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/radius/dictionary.airespace b/radius/dictionary.airespace index 9d7cd3a607..9ab95b5a52 100644 --- a/radius/dictionary.airespace +++ b/radius/dictionary.airespace @@ -1,8 +1,7 @@ # -*- text -*- # -# As found on the net. +# http://www.cisco.com/c/en/us/td/docs/wireless/controller/8-0/configuration-guide/b_cg80/b_cg80_chapter_0101001.html # -# $Id$ # VENDOR Airespace 14179 @@ -13,6 +12,15 @@ ATTRIBUTE Airespace-DSCP 3 integer ATTRIBUTE Airespace-8021p-Tag 4 integer ATTRIBUTE Airespace-Interface-Name 5 string ATTRIBUTE Airespace-ACL-Name 6 string +# ATTRIBUTE Airespace-Data Bandwidth Average Contract 7 ? +# ATTRIBUTE Airespace-Real Time Bandwidth Average Contract 8 ? +# ATTRIBUTE Airespace-Data Bandwidth Burst Contract 9 ? +# ATTRIBUTE Airespace-Real Time Bandwidth Burst Contract 10 ? +# ATTRIBUTE Airespace-Guest Role Name 11 ? +# ATTRIBUTE Airespaces-Data Bandwidth Average Contract Upstream 13 ? +# ATTRIBUTE Airespace-Real Time Bandwidth Average Contract Upstream 14 ? +# ATTRIBUTE Airespace-Data Bandwidth Burst Contract Upstream 15 ? +# ATTRIBUTE Airespace-Real Time Bandwidth Burst Contract Upstream 16 ? VALUE Airespace-QOS-Level Bronze 3 VALUE Airespace-QOS-Level Silver 0 |