aboutsummaryrefslogtreecommitdiffstats
path: root/sunping.xml
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-01 21:52:44 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-11-01 21:52:44 +0000
commit98856d1875a35a006ca9dc5cc931e8a6c70c8177 (patch)
treed887bc44e7e8d07cfc681e666b1e805a0f4853b9 /sunping.xml
parent2bc36ec4ccad4648f079c7bb93637a6b6f92a058 (diff)
From David Frascone: duUpdate to Diameter dissector to load the
dictionary as an XML file rather than building it in, and various Diameter updates. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4122 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'sunping.xml')
-rw-r--r--sunping.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/sunping.xml b/sunping.xml
new file mode 100644
index 0000000000..fa3cbc96f2
--- /dev/null
+++ b/sunping.xml
@@ -0,0 +1,22 @@
+<?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>