Add SVN Id. Fix up indentation some and remove some not-very-useful comments which...
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 14 Nov 2012 20:50:54 +0000 (20:50 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 14 Nov 2012 20:50:54 +0000 (20:50 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@46033 f5534014-38df-0310-8fa8-9805f1628bb7

diameter/Ericsson.xml
diameter/nasreq.xml
diameter/sunping.xml

index 51075a2f294da1bdcba084b2ba61386850edd4b1..fc940ad8f4e2302c6a38225387f8eaa0be74596f 100644 (file)
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- $Id$ -->
 
 <application id="0" name="Diameter Common Messages" uri="http://www.ietf.org/rfc/rfc3588.txt?number=3588">
 <!-- *********** Last updated 2007-04-12 ************ -->
index eb18b3901e2e6f51c5106cd471f72859b0d01d7a..694302270ef35c04d69165532147b180bd3dd3ab 100644 (file)
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- $Id$ -->
 
-       <application id="1" name="NASREQ Application" uri="http://www.ietf.org/rfc/rfc4005.txt">
+<application id="1" name="NASREQ Application" uri="http://www.ietf.org/rfc/rfc4005.txt">
 
-               <command name="AA" code="265" vendor-id="None"/>
+       <command name="AA" code="265" vendor-id="None"/>
 
-               <avp name="Accounting-Input-Octets" code="363" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
-                       <type type-name="Unsigned64"/>
-               </avp>
-               <avp name="Accounting-Output-Octets" code="364" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
-                       <type type-name="Unsigned64"/>
-               </avp>
-               <avp name="Accounting-Input-Packets" code="365" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
-                       <type type-name="Unsigned64"/>
-               </avp>
-               <avp name="Accounting-Output-Packets" code="366" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
-                       <type type-name="Unsigned64"/>
-               </avp>
-<!--
-368 - 393 is in sip.xml
-368 SIP-Accounting-Information [RFC4740] 
-369 SIP-Accounting-Server-URI [RFC4740] 
-370 SIP-Credit-Control-Server-URI [RFC4740] 
-371 SIP-Server-URI [RFC4740] 
-372 SIP-Server-Capabilities [RFC4740] 
-373 SIP-Mandatory-Capability [RFC4740] 
-374 SIP-Optional-Capability [RFC4740] 
-375 SIP-Server-Assignment-Type [RFC4740] 
-376 SIP-Auth-Data-Item [RFC4740] 
-377 SIP-Authentication-Scheme [RFC4740] 
-378 SIP-Item-Number [RFC4740] 
-379 SIP-Authenticate [RFC4740] 
-380 SIP-Authorization [RFC4740] 
-381 SIP-Authentication-Info [RFC4740] 
-382 SIP-Number-Auth-Items [RFC4740] 
-383 SIP-Deregistration-Reason [RFC4740] 
-384 SIP-Reason-Code [RFC4740] 
-385 SIP-Reason-Info [RFC4740] 
-386 SIP-Visited-Network-Id [RFC4740] 
-387 SIP-User-Authorization-Type [RFC4740] 
-388 SIP-Supported-User-Data-Type [RFC4740] 
-389 SIP-User-Data [RFC4740] 
-390 SIP-User-Data-Type [RFC4740] 
-391 SIP-User-Data-Contents [RFC4740] 
-392 SIP-User-Data-Already-Available [RFC4740] 
-393 SIP-Method [RFC4740] 
-394-399 Unassigned 
--->    
-               <avp name="NAS-Filter-Rule" code="400" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
-                       <type type-name="IPFilterRule"/>
-               </avp>
-               <avp name="Tunneling" code="401" mandatory="must" may-encrypt="no" protected="may" vendor-bit="mustnot">
-                       <grouped>
-                               <gavp name="Tunnel-Type"/>
-                               <gavp name="Tunnel-Medium-Type"/>
-                               <gavp name="Tunnel-Client-Endpoint"/>
-                               <gavp name="Tunnel-Server-Endpoint"/>
-                               <gavp name="Tunnel-Preference"/>
-                               <gavp name="Tunnel-Client-Auth-Id"/>
-                               <gavp name="Tunnel-Server-Auth-Id"/>
-                               <gavp name="Tunnel-Assignment-Id"/>
-                               <gavp name="Tunnel-Password"/>
-                               <gavp name="Tunnel-Private-Group-Id"/>
-                       </grouped>
-               </avp>
-               <avp name="CHAP-Auth" code="402" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
-                       <grouped>
-                               <gavp name="CHAP-Algorithm"/>
-                               <gavp name="CHAP-Ident"/>
-                               <gavp name="CHAP-Response"/>
-                       </grouped>
-               </avp>
-               <avp name="CHAP-Algorithm" code="403" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
-                       <type type-name="Enumerated"/>
-                       <enum name="CHAP with MD5" code="5"/>
-               </avp>
-               <avp name="CHAP-Ident" code="404" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
-                       <type type-name="OctetString"/>
-               </avp>
-               <avp name="CHAP-Response" code="405" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
-                       <type type-name="OctetString"/>
-               </avp>
-               <avp name="Accounting-Auth-Method" code="406" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
-                       <type type-name="Enumerated"/>
-                       <enum name="PAP" code="1"/>
-                       <enum name="CHAP" code="2"/>
-                       <enum name="MS-CHAP-1" code="3"/>
-                       <enum name="MS-CHAP-2" code="4"/>
-                       <enum name="EAP" code="5"/>
-      <enum name="Undefined" code="6"/>
-                       <enum name="None" code="7"/>
-               </avp>
-               <avp name="QoS-Filter-Rule" code="407">
-                       <type type-name="QoSFilterRule"/>
-               </avp>
-               <avp name="Origin-AAA-Protocol" code="408" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
-                       <type type-name="Enumerated"/>
-                       <enum name="RADIUS" code="1"/>
-               </avp>
-       </application>
+       <avp name="Accounting-Input-Octets" code="363" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
+               <type type-name="Unsigned64"/>
+       </avp>
+       <avp name="Accounting-Output-Octets" code="364" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
+               <type type-name="Unsigned64"/>
+       </avp>
+       <avp name="Accounting-Input-Packets" code="365" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
+               <type type-name="Unsigned64"/>
+       </avp>
+       <avp name="Accounting-Output-Packets" code="366" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
+               <type type-name="Unsigned64"/>
+       </avp>
+
+       <!--
+       368 - 393 is in sip.xml
+       368 SIP-Accounting-Information [RFC4740] 
+       369 SIP-Accounting-Server-URI [RFC4740] 
+       370 SIP-Credit-Control-Server-URI [RFC4740] 
+       371 SIP-Server-URI [RFC4740] 
+       372 SIP-Server-Capabilities [RFC4740] 
+       373 SIP-Mandatory-Capability [RFC4740] 
+       374 SIP-Optional-Capability [RFC4740] 
+       375 SIP-Server-Assignment-Type [RFC4740] 
+       376 SIP-Auth-Data-Item [RFC4740] 
+       377 SIP-Authentication-Scheme [RFC4740] 
+       378 SIP-Item-Number [RFC4740] 
+       379 SIP-Authenticate [RFC4740] 
+       380 SIP-Authorization [RFC4740] 
+       381 SIP-Authentication-Info [RFC4740] 
+       382 SIP-Number-Auth-Items [RFC4740] 
+       383 SIP-Deregistration-Reason [RFC4740] 
+       384 SIP-Reason-Code [RFC4740] 
+       385 SIP-Reason-Info [RFC4740] 
+       386 SIP-Visited-Network-Id [RFC4740] 
+       387 SIP-User-Authorization-Type [RFC4740] 
+       388 SIP-Supported-User-Data-Type [RFC4740] 
+       389 SIP-User-Data [RFC4740] 
+       390 SIP-User-Data-Type [RFC4740] 
+       391 SIP-User-Data-Contents [RFC4740] 
+       392 SIP-User-Data-Already-Available [RFC4740] 
+       393 SIP-Method [RFC4740] 
+       394-399 Unassigned 
+       -->    
+
+       <avp name="NAS-Filter-Rule" code="400" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
+               <type type-name="IPFilterRule"/>
+       </avp>
+       <avp name="Tunneling" code="401" mandatory="must" may-encrypt="no" protected="may" vendor-bit="mustnot">
+               <grouped>
+                       <gavp name="Tunnel-Type"/>
+                       <gavp name="Tunnel-Medium-Type"/>
+                       <gavp name="Tunnel-Client-Endpoint"/>
+                       <gavp name="Tunnel-Server-Endpoint"/>
+                       <gavp name="Tunnel-Preference"/>
+                       <gavp name="Tunnel-Client-Auth-Id"/>
+                       <gavp name="Tunnel-Server-Auth-Id"/>
+                       <gavp name="Tunnel-Assignment-Id"/>
+                       <gavp name="Tunnel-Password"/>
+                       <gavp name="Tunnel-Private-Group-Id"/>
+               </grouped>
+       </avp>
+       <avp name="CHAP-Auth" code="402" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
+               <grouped>
+                       <gavp name="CHAP-Algorithm"/>
+                       <gavp name="CHAP-Ident"/>
+                       <gavp name="CHAP-Response"/>
+               </grouped>
+       </avp>
+       <avp name="CHAP-Algorithm" code="403" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
+               <type type-name="Enumerated"/>
+               <enum name="CHAP with MD5" code="5"/>
+       </avp>
+       <avp name="CHAP-Ident" code="404" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
+               <type type-name="OctetString"/>
+       </avp>
+       <avp name="CHAP-Response" code="405" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
+               <type type-name="OctetString"/>
+       </avp>
+       <avp name="Accounting-Auth-Method" code="406" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
+               <type type-name="Enumerated"/>
+               <enum name="PAP" code="1"/>
+               <enum name="CHAP" code="2"/>
+               <enum name="MS-CHAP-1" code="3"/>
+               <enum name="MS-CHAP-2" code="4"/>
+               <enum name="EAP" code="5"/>
+               <enum name="Undefined" code="6"/>
+               <enum name="None" code="7"/>
+       </avp>
+       <avp name="QoS-Filter-Rule" code="407">
+               <type type-name="QoSFilterRule"/>
+       </avp>
+       <avp name="Origin-AAA-Protocol" code="408" mandatory="must" may-encrypt="yes" protected="may" vendor-bit="mustnot">
+               <type type-name="Enumerated"/>
+               <enum name="RADIUS" code="1"/>
+       </avp>
+</application>
index fa3cbc96f20d70100facb96cf4fd5de396872c99..2b0ed7a656ee5657a7fed365e3529b73f4340d55 100644 (file)
@@ -1,22 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
-       <application id="555" name="Sun Ping Application" uri="ftp://ftp.ietf.org/internet-drafts/draft-calhoun-diameter-sun-ping-02.txt">
-               <!-- *********************** Commands ***************************** -->
-               <!-- Sun Ping Extension -->
-               <command name="Ping" code="511" vendor-id="Sun"/>
-               <!-- ********************** End Commands ************************** -->
-               <!-- ************************ Sun Ping Extension AVPS ******************* -->
-               <avp name="Ping-Timestamp-Secs" code="1" vendor-id="Sun" mandatory="mustnot" vendor-bit="must">
-                       <type type-name="Unsigned32"/>
-               </avp>
-               <avp name="Ping-Timestamp-Usecs" code="2" vendor-id="Sun" mandatory="mustnot" vendor-bit="must">
-                       <type type-name="Unsigned32"/>
-               </avp>
-               <avp name="Ping-Timestamp" code="3" vendor-id="Sun" mandatory="mustnot" vendor-bit="must">
-                       <grouped>
-                               <gavp name="Ping-Timestamp-Secs"/>
-                               <gavp name="Ping-Timestamp-Usecs"/>
-                       </grouped>
-               </avp>
-               <!-- ********************** End Sun Ping Extension AVPS ***************** -->
-               <!-- ************************ Sun PING Extension AVPs ***************************-->
-       </application>
+<!-- $Id$ -->
+
+<application id="555" name="Sun Ping Application" uri="ftp://ftp.ietf.org/internet-drafts/draft-calhoun-diameter-sun-ping-02.txt">
+       <command name="Ping" code="511" vendor-id="Sun"/>
+
+       <avp name="Ping-Timestamp-Secs" code="1" vendor-id="Sun" mandatory="mustnot" vendor-bit="must">
+               <type type-name="Unsigned32"/>
+       </avp>
+       <avp name="Ping-Timestamp-Usecs" code="2" vendor-id="Sun" mandatory="mustnot" vendor-bit="must">
+               <type type-name="Unsigned32"/>
+       </avp>
+       <avp name="Ping-Timestamp" code="3" vendor-id="Sun" mandatory="mustnot" vendor-bit="must">
+               <grouped>
+                       <gavp name="Ping-Timestamp-Secs"/>
+                       <gavp name="Ping-Timestamp-Usecs"/>
+               </grouped>
+       </avp>
+</application>