LOCAL: ignore build dirs
[wireshark-wip.git] / diameter / sunping.xml
blob2b0ed7a656ee5657a7fed365e3529b73f4340d55
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- $Id$ -->
4 <application id="555" name="Sun Ping Application" uri="ftp://ftp.ietf.org/internet-drafts/draft-calhoun-diameter-sun-ping-02.txt">
5         <command name="Ping" code="511" vendor-id="Sun"/>
7         <avp name="Ping-Timestamp-Secs" code="1" vendor-id="Sun" mandatory="mustnot" vendor-bit="must">
8                 <type type-name="Unsigned32"/>
9         </avp>
10         <avp name="Ping-Timestamp-Usecs" code="2" vendor-id="Sun" mandatory="mustnot" vendor-bit="must">
11                 <type type-name="Unsigned32"/>
12         </avp>
13         <avp name="Ping-Timestamp" code="3" vendor-id="Sun" mandatory="mustnot" vendor-bit="must">
14                 <grouped>
15                         <gavp name="Ping-Timestamp-Secs"/>
16                         <gavp name="Ping-Timestamp-Usecs"/>
17                 </grouped>
18         </avp>
19 </application>