Fix bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5411
[obnox/wireshark/wip.git] / diameter / nasreq.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3         <application id="1" name="NASREQ Application" uri="http://www.ietf.org/rfc/rfc4005.txt">
4
5                 <command name="AA" code="265" vendor-id="None"/>
6
7                 <avp name="Accounting-Input-Octets" code="363" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
8                         <type type-name="Unsigned64"/>
9                 </avp>
10                 <avp name="Accounting-Output-Octets" code="364" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
11                         <type type-name="Unsigned64"/>
12                 </avp>
13                 <avp name="Accounting-Input-Packets" code="365" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
14                         <type type-name="Unsigned64"/>
15                 </avp>
16                 <avp name="Accounting-Output-Packets" code="366" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
17                         <type type-name="Unsigned64"/>
18                 </avp>
19 <!--
20 368 - 393 is in sip.xml
21 368 SIP-Accounting-Information [RFC4740] 
22 369 SIP-Accounting-Server-URI [RFC4740] 
23 370 SIP-Credit-Control-Server-URI [RFC4740] 
24 371 SIP-Server-URI [RFC4740] 
25 372 SIP-Server-Capabilities [RFC4740] 
26 373 SIP-Mandatory-Capability [RFC4740] 
27 374 SIP-Optional-Capability [RFC4740] 
28 375 SIP-Server-Assignment-Type [RFC4740] 
29 376 SIP-Auth-Data-Item [RFC4740] 
30 377 SIP-Authentication-Scheme [RFC4740] 
31 378 SIP-Item-Number [RFC4740] 
32 379 SIP-Authenticate [RFC4740] 
33 380 SIP-Authorization [RFC4740] 
34 381 SIP-Authentication-Info [RFC4740] 
35 382 SIP-Number-Auth-Items [RFC4740] 
36 383 SIP-Deregistration-Reason [RFC4740] 
37 384 SIP-Reason-Code [RFC4740] 
38 385 SIP-Reason-Info [RFC4740] 
39 386 SIP-Visited-Network-Id [RFC4740] 
40 387 SIP-User-Authorization-Type [RFC4740] 
41 388 SIP-Supported-User-Data-Type [RFC4740] 
42 389 SIP-User-Data [RFC4740] 
43 390 SIP-User-Data-Type [RFC4740] 
44 391 SIP-User-Data-Contents [RFC4740] 
45 392 SIP-User-Data-Already-Available [RFC4740] 
46 393 SIP-Method [RFC4740] 
47 394-399 Unassigned 
48 -->    
49                 <avp name="NAS-Filter-Rule" code="400" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
50                         <type type-name="IPFilterRule"/>
51                 </avp>
52                 <avp name="Tunneling" code="401" mandatory="must" may-encrypt="no" protected="may" vendor-bit="mustnot">
53                         <grouped>
54                                 <gavp name="Tunnel-Type"/>
55                                 <gavp name="Tunnel-Medium-Type"/>
56                                 <gavp name="Tunnel-Client-Endpoint"/>
57                                 <gavp name="Tunnel-Server-Endpoint"/>
58                                 <gavp name="Tunnel-Preference"/>
59                                 <gavp name="Tunnel-Client-Auth-Id"/>
60                                 <gavp name="Tunnel-Server-Auth-Id"/>
61                                 <gavp name="Tunnel-Assignment-Id"/>
62                                 <gavp name="Tunnel-Password"/>
63                                 <gavp name="Tunnel-Private-Group-Id"/>
64                         </grouped>
65                 </avp>
66                 <avp name="CHAP-Auth" code="402" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
67                         <grouped>
68                                 <gavp name="CHAP-Algorithm"/>
69                                 <gavp name="CHAP-Ident"/>
70                                 <gavp name="CHAP-Response"/>
71                         </grouped>
72                 </avp>
73                 <avp name="CHAP-Algorithm" code="403" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
74                         <type type-name="Enumerated"/>
75                         <enum name="CHAP with MD5" code="5"/>
76                 </avp>
77                 <avp name="CHAP-Ident" code="404" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
78                         <type type-name="OctetString"/>
79                 </avp>
80                 <avp name="CHAP-Response" code="405" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
81                         <type type-name="OctetString"/>
82                 </avp>
83                 <avp name="Accounting-Auth-Method" code="406" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
84                         <type type-name="Enumerated"/>
85                         <enum name="PAP" code="1"/>
86                         <enum name="CHAP" code="2"/>
87                         <enum name="MS-CHAP-1" code="3"/>
88                         <enum name="MS-CHAP-2" code="4"/>
89                         <enum name="EAP" code="5"/>
90       <enum name="Undefined" code="6"/>
91                         <enum name="None" code="7"/>
92                 </avp>
93                 <avp name="QoS-Filter-Rule" code="407">
94                         <type type-name="QoSFilterRule"/>
95                 </avp>
96                 <avp name="Origin-AAA-Protocol" code="408" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
97                         <type type-name="Enumerated"/>
98                         <enum name="RADIUS" code="1"/>
99                 </avp>
100         </application>