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