/usr/share/wireshark/diameter/mobileipv4.xml is in libwireshark-data 1.6.7-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 | <?xml version="1.0" encoding="UTF-8"?>
<!-- $Id: mobileipv4.xml 34824 2010-11-09 17:23:57Z etxrab $ -->
<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
-->
<avp name="MIP-FA-to-HA-SPI" code="318" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="Unsigned32"/>
</avp>
<avp name="MIP-FA-to-MN-SPI" code="319" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="Unsigned32"/>
</avp>
<avp name="MIP-Reg-Request" code="320" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="OctetString"/>
</avp>
<avp name="MIP-Reg-Reply" code="321" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="OctetString"/>
</avp>
<avp name="MIP-MN-AAA-Auth" code="322" mandatory="must" protected="may" 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>
<avp name="MIP-HA-to-FA-SPI" code="323" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="Unsigned32"/>
</avp>
<!-- 324 Unassigned -->
<avp name="Unassigned" code="324" mandatory="may">
<type type-name="OctetString"/>
</avp>
<avp name="MIP-MN-to-FA-MSA" code="325" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
<grouped>
<gavp name="MIP-MN-AAA-SPI"/>
<gavp name="MIP-Algorithm-Type"/>
<gavp name="MIP-Nonce"/>
<gavp name="AVP"/>
</grouped>
</avp>
<avp name="MIP-FA-to-MN-MSA" code="326" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
<grouped>
<gavp name="MIP-MN-AAA-SPI"/>
<gavp name="MIP-Algorithm-Type"/>
<gavp name="MIP-Session-Key"/>
<gavp name="AVP"/>
</grouped>
</avp>
<!-- 327 Unassigned -->
<avp name="Unassigned" code="327" mandatory="may">
<type type-name="OctetString"/>
</avp>
<avp name="MIP-FA-to-HA-MSA" code="328" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
<grouped>
<gavp name="MIP-FA-to-HA-SPI"/>
<gavp name="MIP-Algorithm-Type"/>
<gavp name="MIP-Session-Key"/>
<gavp name="AVP"/>
</grouped>
</avp>
<avp name="MIP-HA-to-FA-MSA" code="329" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
<grouped>
<gavp name="MIP-HA-to-FA-SPI"/>
<gavp name="MIP-Algorithm-Type"/>
<gavp name="MIP-Session-Key"/>
<gavp name="AVP"/>
</grouped>
</avp>
<!-- 330 Unassigned -->
<avp name="Unassigned" code="330" mandatory="may">
<type type-name="OctetString"/>
</avp>
<avp name="MIP-MN-to-HA-MSA" code="331" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
<grouped>
<gavp name="MIP-MN-HA-SPI"/>
<gavp name="MIP-Algorithm-Type"/>
<gavp name="MIP-Session-Key"/>
<gavp name="MIP-Nonce"/>
<gavp name="AVP"/>
</grouped>
</avp>
<avp name="MIP-HA-to-MN-MSA" code="332" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
<grouped>
<gavp name="MIP-HA-to-MN-SPI"/>
<gavp name="MIP-Algorithm-Type"/>
<gavp name="MIP-Replay-Mode"/>
<gavp name="MIP-Session-Key"/>
<gavp name="AVP"/>
</grouped>
</avp>
<avp name="MIP-Mobile-Node-Address" code="333" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="IPAddress"/>
</avp>
<avp name="MIP-Home-Agent-Address" code="334" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="IPAddress"/>
</avp>
<avp name="MIP-Nonce" code="335" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="OctetString"/>
</avp>
<avp name="MIP-Candidate-Home-Agent-Host" code="336" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="no">
<type type-name="DiameterIdentity"/>
</avp>
<avp name="MIP-Feature-Vector" code="337" mandatory="must" protected="may" 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" protected="may" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="Unsigned32"/>
</avp>
<avp name="MIP-Authenticator-Length" code="339" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="Unsigned32"/>
</avp>
<avp name="MIP-Authenticator-Offset" code="340" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="Unsigned32"/>
</avp>
<avp name="MIP-MN-AAA-SPI" code="341" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="Unsigned32"/>
</avp>
<avp name="MIP-Filter-Rule" code="342" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="IPFilterRule"/>
</avp>
<avp name="MIP-Session-Key" code="343" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="OctetString"/>
</avp>
<avp name="MIP-FA-Challenge" code="344" mandatory="must" protected="may" 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-Originating-Foreign-AAA" code="347" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="Grouped"/>
<gavp name="Origin-Realm"/>
<gavp name="Origin-Host"/>
<gavp name="AVP"/>
</avp>
<avp name="MIP-Home-Agent-Host" code="348" mandatory="must" protected="may" vendor-bit="mustnot" may-encrypt="no">
<type type-name="Grouped"/>
<gavp name="Destination-Realm"/>
<gavp name="Destination-Host"/>
<gavp name="AVP"/>
</avp>
<!--
349-362 Unassigned
in dictionary.xml
363 Accounting-Input-Octets [RFC4005][RFC4004]
364 Accounting-Output-Octets [RFC4005][RFC4004]
365 Accounting-Input-Packets [RFC4005][RFC4004]
366 Accounting-Output-Packets [RFC4005][RFC4004]
in SIP.xml
-->
<avp name="MIP-MSA-Lifetime" code="367" mandatory="must" vendor-bit="mustnot" may-encrypt="yes">
<type type-name="Unsigned32"/>
</avp>
<!-- ************************ END Mobile-IPv4 AVPS ******************* -->
</application>
|