summaryrefslogtreecommitdiff
path: root/diameter/nasreq.xml
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-05-24 14:18:02 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-05-24 14:18:02 +0000
commitc2e9a963f08202df660c296319d8c8ebddf0886a (patch)
treee09d7416e277e280a98e1ac49ec7fbf847e6eac8 /diameter/nasreq.xml
parentac8e44a6a5295eafe3fa1ee5b90bafae486b1241 (diff)
downloadwireshark-c2e9a963f08202df660c296319d8c8ebddf0886a.tar.gz
From Tamás Regõs:
Diameter AVP clean up. svn path=/trunk/; revision=32931
Diffstat (limited to 'diameter/nasreq.xml')
-rw-r--r--diameter/nasreq.xml40
1 files changed, 20 insertions, 20 deletions
diff --git a/diameter/nasreq.xml b/diameter/nasreq.xml
index a196a04f60..245386e1e7 100644
--- a/diameter/nasreq.xml
+++ b/diameter/nasreq.xml
@@ -4,29 +4,22 @@
<command name="AA" code="265" vendor-id="None"/>
- <avp name="Accounting-Input-Octets" code="363">
+ <avp name="Accounting-Input-Octets" code="363" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
<type type-name="Unsigned64"/>
</avp>
- <avp name="Accounting-Output-Octets" code="364">
+ <avp name="Accounting-Output-Octets" code="364" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
<type type-name="Unsigned64"/>
</avp>
- <avp name="Accounting-Input-Packets" code="365">
+ <avp name="Accounting-Input-Packets" code="365" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
<type type-name="Unsigned64"/>
</avp>
- <avp name="Accounting-Output-Packets" code="366">
+ <avp name="Accounting-Output-Packets" code="366" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
<type type-name="Unsigned64"/>
</avp>
- <avp name="NAS-Filter-Rule" code="400">
+ <avp name="NAS-Filter-Rule" code="400" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
<type type-name="IPFilterRule"/>
</avp>
- <avp name="Tunneling" code="401">
- <grouped>
- <gavp name="CHAP-Algorithm"/>
- <gavp name="CHAP-Ident"/>
- <gavp name="CHAP-Response"/>
- </grouped>
- </avp>
- <avp name="CHAP-Auth" code="402">
+ <avp name="Tunneling" code="401" mandatory="must" may-encrypt="no" protected="may" vendor-bit="mustnot">
<grouped>
<gavp name="Tunnel-Type"/>
<gavp name="Tunnel-Medium-Type"/>
@@ -40,18 +33,25 @@
<gavp name="Tunnel-Private-Group-Id"/>
</grouped>
</avp>
- <avp name="CHAP-Algorithm" code="403">
+ <avp name="CHAP-Auth" code="402" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
+ <grouped>
+ <gavp name="CHAP-Algorithm"/>
+ <gavp name="CHAP-Ident"/>
+ <gavp name="CHAP-Response"/>
+ </grouped>
+ </avp>
+ <avp name="CHAP-Algorithm" code="403" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
<type type-name="Enumerated"/>
<enum name="CHAP with MD5" code="5"/>
</avp>
- <avp name="CHAP-Ident" code="404">
+ <avp name="CHAP-Ident" code="404" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
<type type-name="OctetString"/>
</avp>
- <avp name="OctetString" code="405">
- <type type-name="IPFilterRule"/>
+ <avp name="CHAP-Response" code="405" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
+ <type type-name="OctetString"/>
</avp>
- <avp name="Accounting-Auth-Method" code="406">
- <type type-name="Unsigned32"/>
+ <avp name="Accounting-Auth-Method" code="406" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
+ <type type-name="Enumerated"/>
<enum name="PAP" code="1"/>
<enum name="CHAP" code="2"/>
<enum name="MS-CHAP-1" code="3"/>
@@ -62,7 +62,7 @@
<avp name="QoS-Filter-Rule" code="407">
<type type-name="QoSFilterRule"/>
</avp>
- <avp name="Origin-AAA-Protocol" code="408">
+ <avp name="Origin-AAA-Protocol" code="408" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
<type type-name="Enumerated"/>
<enum name="RADIUS" code="1"/>
</avp>