diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-11-01 21:52:44 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-11-01 21:52:44 +0000 |
commit | be7e31be0e61566ebad1dadf041487ce2374ba6f (patch) | |
tree | d887bc44e7e8d07cfc681e666b1e805a0f4853b9 /sunping.xml | |
parent | f9ff2a9ab31a6b2717016ade3baa8a98ea4e204a (diff) | |
download | wireshark-be7e31be0e61566ebad1dadf041487ce2374ba6f.tar.gz wireshark-be7e31be0e61566ebad1dadf041487ce2374ba6f.tar.bz2 wireshark-be7e31be0e61566ebad1dadf041487ce2374ba6f.zip |
From David Frascone: duUpdate to Diameter dissector to load the
dictionary as an XML file rather than building it in, and various
Diameter updates.
svn path=/trunk/; revision=4122
Diffstat (limited to 'sunping.xml')
-rw-r--r-- | sunping.xml | 22 |
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> |