summaryrefslogtreecommitdiff
path: root/diameter/mobileipv6.xml
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2015-04-21 21:20:59 -0400
committerJeff Morriss <jeff.morriss.ws@gmail.com>2015-04-22 01:50:23 +0000
commitecc3369c0545ba566526acf36451cccd3bbf2f16 (patch)
treee5a79e5eccfd364c2becc143b77cbe6da367389d /diameter/mobileipv6.xml
parent448e122ea5d26d3f74a1053fc83c49d9bedd5e1a (diff)
downloadwireshark-ecc3369c0545ba566526acf36451cccd3bbf2f16.tar.gz
Misc. Diameter XML cleanups.
Consistently used (derived) type Enumerated (rather than Unsigned32 or Integer32) when the AVP is of type Enumerated. Use a uri of "none" when we don't have access to the specification. Update the URI of an Application or two. Clean up white space and formatting. Change-Id: Iad677db186469b7d8c4a23b7a7fca6c357dbc012 Reviewed-on: https://code.wireshark.org/review/8164 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'diameter/mobileipv6.xml')
-rw-r--r--diameter/mobileipv6.xml140
1 files changed, 67 insertions, 73 deletions
diff --git a/diameter/mobileipv6.xml b/diameter/mobileipv6.xml
index 13b28cfc91..9556e1d3f4 100644
--- a/diameter/mobileipv6.xml
+++ b/diameter/mobileipv6.xml
@@ -1,84 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
- <application id="7" name="Diameter Mobile IPv6 IKE (MIP6I)" uri="http://www.ietf.org/rfc/rfc5778.txt">
- </application>
- <application id="8" name="Diameter Mobile IPv6 Auth (MIP6A)" uri="http://www.ietf.org/rfc/rfc5778.txt">
+<application id="7" name="Diameter Mobile IPv6 IKE (MIP6I)" uri="http://tools.ietf.org/html/rfc5778"></application>
+<application id="8" name="Diameter Mobile IPv6 Auth (MIP6A)" uri="http://tools.ietf.org/html/rfc5778">
- <!-- Mobile-IPv6 Application -->
- <command name="MIP6-Request/Answer" code="325" vendor-id="None"/>
+ <!-- Mobile-IPv6 Application -->
+ <command name="MIP6-Request/Answer" code="325" vendor-id="None"/>
- <!-- ************************** Mobile-IPv6 AVPS ********************* -->
+ <!-- ************************** Mobile-IPv6 AVPS ********************* -->
-<!--
-http://www.iana.org/assignments/aaa-parameters
--->
+ <!-- RFC5447 -->
- <!-- 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>
- <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 -->
- <!-- 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>
- <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 -->
- <!-- 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>
- <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>
+ <!-- ************************ END Mobile-IPv6 AVPS ******************* -->
+</application>