summaryrefslogtreecommitdiff
path: root/diameter/mobileipv6.xml
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-03-18 21:29:58 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-03-18 21:29:58 +0000
commited3838ac138106a1a826da84d817f9010ae15c1b (patch)
tree76d63765a175fbcd4f77d8c23d98a0534f10edaf /diameter/mobileipv6.xml
parentcbc3de43e1d17fc6068b15c75b2ec907b6ae7efc (diff)
downloadwireshark-ed3838ac138106a1a826da84d817f9010ae15c1b.tar.gz
From KATAOKA Toshihiro:
Diameter Mobile IPv6 is not decoded. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4597 (I added some more IANA updates as well). svn path=/trunk/; revision=32235
Diffstat (limited to 'diameter/mobileipv6.xml')
-rw-r--r--diameter/mobileipv6.xml84
1 files changed, 84 insertions, 0 deletions
diff --git a/diameter/mobileipv6.xml b/diameter/mobileipv6.xml
new file mode 100644
index 0000000000..fd282d15c1
--- /dev/null
+++ b/diameter/mobileipv6.xml
@@ -0,0 +1,84 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- $Id$ -->
+
+ <application id="7" name="Diameter Mobile IPv6 IKE (MIP6I)" uri="http://www.ietf.org/rfc/rfc5778.txt">
+ <application id="8" name="Diameter Mobile IPv6 Auth (MIP6A)" uri="http://www.ietf.org/rfc/rfc5778.txt">
+
+ <!-- Mobile-IPv6 Application -->
+ <command name="MIP6-Request/Answer" code="325" vendor-id="None"/>
+
+ <!-- ************************** Mobile-IPv6 AVPS ********************* -->
+
+<!--
+http://www.iana.org/assignments/aaa-parameters
+-->
+
+ <!-- RFC5447 -->
+
+ <avp name="MIP6-Agent-Info" code="486" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
+ <grouped>
+ <gavp name="MIP-Home-Agent-Address"/>
+ <gavp name="MIP-Home-Agent-Host"/>
+ <gavp name="MIP6-Home-Link-Prefix"/>
+ <gavp name="AVP"/>
+ </grouped>
+ </avp>
+
+ <!-- RFC5778 -->
+
+ <avp name="MIP-Careof-Address" code="487" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
+ <type type-name="IPAddress"/>
+ </avp>
+ <avp name="MIP-Authenticator" code="488" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
+ <type type-name="OctetString"/>
+ </avp>
+ <avp name="MIP-MAC-Mobility-Data" code="489" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
+ <type type-name="OctetString"/>
+ </avp>
+ <avp name="MIP-Timestamp" code="490" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
+ <type type-name="OctetString"/>
+ </avp>
+ <avp name="MIP-MN-HA-SPI" code="491" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
+ <type type-name="Unsigned32"/>
+ </avp>
+ <avp name="MIP-MN-HA-MSA" code="492" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
+ <grouped>
+ <gavp name="MIP-Session-Key"/>
+ <gavp name="MIP-MSA-Lifetime"/>
+ <gavp name="MIP-MN-HA-SPI"/>
+ <gavp name="MIP-Algorithm-Type"/>
+ <gavp name="MIP-Replay-Mode"/>
+ <gavp name="AVP"/>
+ </grouped>
+ </avp>
+ <avp name="Service-Selection" code="493" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
+ <type type-name="UTF8String"/>
+ </avp>
+ <avp name="MIP6-Auth-Mode" code="494" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
+ <type type-name="Enumerated"/>
+ <enum name="Reserved" code="0"/>
+ <enum name="IP6_AUTH_MN_AAA" code="1"/>
+ </avp>
+
+ <!-- RFC5779 -->
+
+ <avp name="PMIP6-DHCP-Server-Address" code="504">
+ <type type-name="IPAddress"/>
+ </avp>
+ <avp name="PMIP6-IPv4-Home-Address" code="505">
+ <type type-name="IPAddress"/>
+ </avp>
+ <avp name="Mobile-Node-Identifier" code="506">
+ <type type-name="UTF8String"/>
+ </avp>
+ <avp name="Service-Configuration" code="507">
+ <grouped>
+ <gavp name="MIP6-Agent-Info"/>
+ <gavp name="Service-Selection"/>
+ <gavp name="AVP"/>
+ </grouped>
+ </avp>
+
+ <!-- ************************ END Mobile-IPv6 AVPS ******************* -->
+
+ </application>