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
This commit is contained in:
Anders Broman 2010-11-18 11:40:06 +00:00
parent fd44a8829a
commit 1bd67cac50
2 changed files with 22 additions and 6 deletions

View File

@ -764,8 +764,15 @@
<enum name="Accounting-On" code="7"/>
<enum name="Accounting-Off" code="8"/>
<!-- 9-14 Reserved for Tunnel Accounting -->
<!-- 15 Reserved for Tunnel Failed -->
</avp>
<enum name="Tunnel-Start" code="9"/>
<enum name="Tunnel-Stop" code="10"/>
<enum name="Tunnel-Reject" code="11"/>
<enum name="Tunnel-Link-Start" code="12"/>
<enum name="Tunnel-Link-Stop" code="13"/>
<enum name="Tunnel-Link-Rejectf" code="14"/>
<!-- 15 Reserved for Tunnel Failed -->
<enum name="Failed" code="15"/>
</avp>
<avp name="Acct-Delay-Time" code="41" mandatory="must" protected="may" may-encrypt="yes" vendor-bit="mustnot">
<type type-name="Unsigned32"/>
</avp>

View File

@ -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