aboutsummaryrefslogtreecommitdiffstats
path: root/radius
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-10-26 05:03:26 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-10-26 05:03:26 +0000
commita81a945dc01efae50383cd13afcdf6d2eb0febcf (patch)
tree085ccc174cf7c4dac7c5b19ac4d1c954987b7148 /radius
parent4cfaa227841032bfd52b0f4cf09a193c4ccf7b82 (diff)
Extended with VSA:s from Peter Deacon trough
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6486 svn path=/trunk/; revision=39596
Diffstat (limited to 'radius')
-rw-r--r--radius/dictionary.iea28
1 files changed, 21 insertions, 7 deletions
diff --git a/radius/dictionary.iea b/radius/dictionary.iea
index fb27d64a55..8f3ad71a71 100644
--- a/radius/dictionary.iea
+++ b/radius/dictionary.iea
@@ -6,14 +6,28 @@
# $Id$
#
-VENDOR IEA-Software 24023
-BEGIN-VENDOR IEA-Software
+VENDOR IEA-Software 24023
+BEGIN-VENDOR IEA-Software
+
# AirMarshal Attributes [1-30]
-ATTRIBUTE AM-Interrupt-HTMLFile 1 string
-ATTRIBUTE AM-Interrupt-Interval 2 integer
-ATTRIBUTE AM-Interrupt-Timeout 3 integer
-ATTRIBUTE AM-Status-HTMLFile 4 string
-ATTRIBUTE AM-HTTP-Proxy-Port 5 integer
+ATTRIBUTE AM-Interrupt-HTMLFile 1 string
+ATTRIBUTE AM-Interrupt-Interval 2 integer
+ATTRIBUTE AM-Interrupt-Timeout 3 integer
+ATTRIBUTE AM-Status-HTMLFile 4 string
+ATTRIBUTE AM-HTTP-Proxy-Port 5 integer
+ATTRIBUTE AM-ACK-HTMLFile 6 string
+ATTRIBUTE AM-NAK-HTMLFile 7 string
+ATTRIBUTE AM-Bandwidth-Pool 8 string
+ATTRIBUTE AM-Bandwidth-Pool-Max-Up 9 integer
+ATTRIBUTE AM-Bandwidth-Pool-Max-Down 10 integer
+ATTRIBUTE AM-Mirroring 11 integer
+ATTRIBUTE AM-Disconnect-Access 12 integer
+
+VALUE AM-Mirroring Disabled 0
+VALUE AM-Mirroring Full-Packet-Local-PCAP 1
+
+VALUE AM-Disconnect-Access Allow-All 0
+VALUE AM-Disconnect-Access Deny-RADIUS 1
END-VENDOR IEA-Software