From Dirk via bug #5771: Add heuristic dissector for images and HTTP
[obnox/wireshark/wip.git] / diameter / mobileipv6.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- $Id$ -->
3
4         <application id="7" name="Diameter Mobile IPv6 IKE   (MIP6I)" uri="http://www.ietf.org/rfc/rfc5778.txt">
5         </application>
6         <application id="8" name="Diameter Mobile IPv6 Auth  (MIP6A)" uri="http://www.ietf.org/rfc/rfc5778.txt">
7
8                 <!-- Mobile-IPv6 Application -->
9                 <command name="MIP6-Request/Answer" code="325" vendor-id="None"/>
10
11                 <!-- ************************** Mobile-IPv6 AVPS ********************* -->
12
13 <!--
14 http://www.iana.org/assignments/aaa-parameters
15 -->
16
17                 <!-- RFC5447 -->
18
19                 <avp name="MIP6-Agent-Info" code="486" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
20                         <grouped>
21                                 <gavp name="MIP-Home-Agent-Address"/>
22                                 <gavp name="MIP-Home-Agent-Host"/>
23                                 <gavp name="MIP6-Home-Link-Prefix"/>
24                                 <gavp name="AVP"/>
25                         </grouped>
26                 </avp>
27
28                 <!-- RFC5778 -->
29
30                 <avp name="MIP-Careof-Address" code="487" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
31                         <type type-name="IPAddress"/>
32                 </avp>
33                 <avp name="MIP-Authenticator" code="488" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
34                         <type type-name="OctetString"/>
35                 </avp>
36                 <avp name="MIP-MAC-Mobility-Data" code="489" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
37                         <type type-name="OctetString"/>
38                 </avp>
39                 <avp name="MIP-Timestamp" code="490" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
40                         <type type-name="OctetString"/>
41                 </avp>
42                 <avp name="MIP-MN-HA-SPI" code="491" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
43                         <type type-name="Unsigned32"/>
44                 </avp>
45                 <avp name="MIP-MN-HA-MSA" code="492" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
46                         <grouped>
47                                 <gavp name="MIP-Session-Key"/>
48                                 <gavp name="MIP-MSA-Lifetime"/>
49                                 <gavp name="MIP-MN-HA-SPI"/>
50                                 <gavp name="MIP-Algorithm-Type"/>
51                                 <gavp name="MIP-Replay-Mode"/>
52                                 <gavp name="AVP"/>
53                         </grouped>
54                 </avp>
55                 <avp name="Service-Selection" code="493" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
56                         <type type-name="UTF8String"/>
57                 </avp>
58                 <avp name="MIP6-Auth-Mode" code="494" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
59                         <type type-name="Enumerated"/>
60                         <enum name="Reserved" code="0"/>
61                         <enum name="IP6_AUTH_MN_AAA" code="1"/>
62                 </avp>
63
64                 <!-- RFC5779 -->
65
66                 <avp name="PMIP6-DHCP-Server-Address" code="504">
67                         <type type-name="IPAddress"/>
68                 </avp>
69                 <avp name="PMIP6-IPv4-Home-Address" code="505">
70                         <type type-name="IPAddress"/>
71                 </avp>
72                 <avp name="Mobile-Node-Identifier" code="506">
73                         <type type-name="UTF8String"/>
74                 </avp>
75                 <avp name="Service-Configuration" code="507">
76                         <grouped>
77                                 <gavp name="MIP6-Agent-Info"/>
78                                 <gavp name="Service-Selection"/>
79                                 <gavp name="AVP"/>
80                         </grouped>
81                 </avp>
82
83                 <!-- ************************ END Mobile-IPv6 AVPS ******************* -->
84
85         </application>