wireshark/diameter/mobileipv4.xml

116 lines
4.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id$ -->
<application id="2" name="Mobile IPv4 Application" uri="http://www.ietf.org/rfc/rfc4004.txt">
<!-- Mobile-IPv4 Application -->
<command name="AA-Mobile-Node" code="260" vendor-id="None"/>
<command name="Home-Agent-MIP" code="262" vendor-id="None"/>
<!-- ************************** Mobile-IPv4 AVPS ********************* -->
<!--
http://www.iana.org/assignments/aaa-parameters
318 MIP-FA-to-HA-SPI [RFC4004]
319 MIP-FA-to-MN-SPI [RFC4004]
-->
<avp name="MIP-Reg-Request" code="320" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="MIPRegistrationRequest"/>
</avp>
<avp name="MIP-Reg-Reply" code="321" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="OctetString"/>
</avp>
<avp name="MIP-MN-AAA-Auth" code="322" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
<grouped>
<gavp name="MIP-MN-AAA-SPI"/>
<gavp name="MIP-Auth-Input-Data-Length"/>
<gavp name="MIP-Authenticator-Length"/>
<gavp name="MIP-Authenticator-Offset"/>
</grouped>
</avp>
<!--
323 MIP-HA-to-FA-SPI [RFC4004]
324 Unassigned
325 MIP-MN-to-FA-MSA [RFC4004]
326 MIP-FA-to-MN-MSA [RFC4004]
327 Unassigned
328 MIP-FA-to-HA-MSA [RFC4004]
329 MIP-HA-to-FA-MSA [RFC4004]
330 not mentioned ???
-->
<avp name="MIP-Foreign-Agent-Host" code="330" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="DiameterIdentity"/>
</avp>
<!--
331 MIP-MN-to-HA-MSA [RFC4004]
332 MIP-HA-to-MN-MSA [RFC4004]
-->
<avp name="MIP-Mobile-Node-Address" code="333" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="IPAddress"/>
</avp>
<avp name="MIP-Home-Agent-Address" code="334" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="IPAddress"/>
</avp>
<avp name="MIP-Previous-FA-Host" code="335" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="DiameterIdentity"/>
</avp>
<avp name="MIP-Previous-FA-Addr" code="336" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="IPAddress"/>
</avp>
<avp name="MIP-Feature-Vector" code="337" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="Unsigned32"/>
<enum name="Mobile-Node-Home-Address-Requested" code="1"/>
<enum name="Home-Address-Allocatable-Only-in-Home-Realm" code="2"/>
<enum name="Home-Agent-Requested" code="4"/>
<enum name="Foreign-Home-Agent-Available" code="8"/>
<enum name="MN-HA-Key-Request" code="16"/>
<enum name="MN-FA-Key-Request" code="32"/>
<enum name="FA-HA-Key-Request" code="64"/>
<enum name="Home-Agent-In-Foreign-Network" code="128"/>
<enum name="Co-Located-Mobile-Node" code="256"/>
</avp>
<avp name="MIP-Auth-Input-Data-Length" code="338" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="Unsigned32"/>
</avp>
<avp name="MIP-Authenticator-Length" code="339" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="Unsigned32"/>
</avp>
<avp name="MIP-Authenticator-Offset" code="340" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="Unsigned32"/>
</avp>
<avp name="MIP-MN-AAA-SPI" code="341" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="Unsigned32"/>
</avp>
<!--
342 MIP-Filter-Rule [RFC4004]
343 MIP-Session-Key [RFC4004]
-->
<avp name="MIP-FA-Challenge" code="344" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="OctetString"/>
</avp>
<avp name="MIP-Algorithm-Type" code="345" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="Unsigned32"/>
<enum name="HMAC-SHA-1" code="2"/>
</avp>
<avp name="MIP-Replay-Mode" code="346" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="Unsigned32"/>
<enum name="None" code="1"/>
<enum name="Timestamps" code="2"/>
<enum name="Nonces" code="3"/>
</avp>
<avp name="MIP-Filter-Rule" code="347" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="IPFilterRule"/>
</avp>
<!--
348 MIP-Home-Agent-Host [RFC4004]
349-362 Unassigned
363 Accounting-Input-Octets [RFC4005][RFC4004]
364 Accounting-Output-Octets [RFC4005][RFC4004]
365 Accounting-Input-Packets [RFC4005][RFC4004]
366 Accounting-Output-Packets [RFC4005][RFC4004]
367 MIP-MSA-Lifetime [RFC4004]
-->
<!-- ************************ END Mobile-IPv4 AVPS ******************* -->
</application>