aboutsummaryrefslogtreecommitdiffstats
path: root/radius/dictionary.rfc2866
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-11-18 11:40:06 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-11-18 11:40:06 +0000
commit1bd67cac50a23542c72bc3d07549de3146134f4e (patch)
tree9a61745ba6902009798c4e9a074ff0bde1db2380 /radius/dictionary.rfc2866
parentfd44a8829a09e405a1fbf99c529e649d63202dd6 (diff)
RADIUS: Acc-Status-Type value 3 identified as "Alive" instead of "Interim-Update"
Updte the dictionaries to reflect IANA entries. http://www.iana.org/assignments/radius-types/radius-types.xml#radius-types-10 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5418 svn path=/trunk/; revision=34944
Diffstat (limited to 'radius/dictionary.rfc2866')
-rw-r--r--radius/dictionary.rfc286617
1 files changed, 13 insertions, 4 deletions
diff --git a/radius/dictionary.rfc2866 b/radius/dictionary.rfc2866
index 34972b2e9e..360e72a3c3 100644
--- a/radius/dictionary.rfc2866
+++ b/radius/dictionary.rfc2866
@@ -19,14 +19,23 @@ ATTRIBUTE Acct-Multi-Session-Id 50 string
ATTRIBUTE Acct-Link-Count 51 integer
# Accounting Status Types
+# http://www.iana.org/assignments/radius-types/radius-types.xml#radius-types-10
-VALUE Acct-Status-Type Start 1
-VALUE Acct-Status-Type Stop 2
-VALUE Acct-Status-Type Alive 3 # dup
+VALUE Acct-Status-Type Start 1
+VALUE Acct-Status-Type Stop 2
VALUE Acct-Status-Type Interim-Update 3
+VALUE Acct-Status-Type Unassigned 4
+VALUE Acct-Status-Type Unassigned 5
+VALUE Acct-Status-Type Unassigned 6
VALUE Acct-Status-Type Accounting-On 7
VALUE Acct-Status-Type Accounting-Off 8
-VALUE Acct-Status-Type Failed 15
+VALUE Acct-Status-Type Tunnel-Start 9
+VALUE Acct-Status-Type Tunnel-Stop 10
+VALUE Acct-Status-Type Tunnel-Reject 11
+VALUE Acct-Status-Type Tunnel-Link-Start 12
+VALUE Acct-Status-Type Tunnel-Link-Stop 13
+VALUE Acct-Status-Type Tunnel-Link-Reject 14
+VALUE Acct-Status-Type Failed 15
# Authentication Types