aboutsummaryrefslogtreecommitdiffstats
path: root/radius
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-05-29 20:09:13 -0700
committerGuy Harris <guy@alum.mit.edu>2017-05-30 03:10:17 +0000
commit404f803e9a9372c0539478f7d33e818a89996799 (patch)
treee230b465e2608a14d9ac2188a9bfdde6087ec742 /radius
parent7f37a87c88d0ff3b7b81a41027e887f7ba9cb697 (diff)
Merge with FreeRADIUS version.
Pick up the copyright notice, whitespace changes, and other comment changes. Add a comment giving the Wireshark bug whence the additional entries came. Change-Id: Ibc188640efe73ca2f53d84bf995b5d7bf34752f9 Reviewed-on: https://code.wireshark.org/review/21815 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'radius')
-rw-r--r--radius/dictionary.iea44
1 files changed, 24 insertions, 20 deletions
diff --git a/radius/dictionary.iea b/radius/dictionary.iea
index cbfd7974c9..5695634857 100644
--- a/radius/dictionary.iea
+++ b/radius/dictionary.iea
@@ -1,31 +1,35 @@
# -*- text -*-
+# Copyright (C) 2015 The FreeRADIUS Server project and contributors
+#
# IEA Software, Inc.
# RADIUS VSA Dictionary
# http://www.iea-software.com
-#
-
-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-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
+# Some added as per
+#
+# https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6486
+#
+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-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
+VALUE AM-Disconnect-Access Allow-All 0
+VALUE AM-Disconnect-Access Deny-RADIUS 1
END-VENDOR IEA-Software