diff options
author | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2012-11-14 20:50:54 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2012-11-14 20:50:54 +0000 |
commit | 06d84872c995dbc02e0ac2998cab70ba44f741dc (patch) | |
tree | 6114c5d057e1c3a9a6f1679e28acfdc1c1eb5e30 /diameter/sunping.xml | |
parent | a7d5d97af14637fb2abdd7aaf058ea3397167f0d (diff) | |
download | wireshark-06d84872c995dbc02e0ac2998cab70ba44f741dc.tar.gz wireshark-06d84872c995dbc02e0ac2998cab70ba44f741dc.tar.bz2 wireshark-06d84872c995dbc02e0ac2998cab70ba44f741dc.zip |
Add SVN Id. Fix up indentation some and remove some not-very-useful comments which also made one of these files hard to read.
svn path=/trunk/; revision=46033
Diffstat (limited to 'diameter/sunping.xml')
-rw-r--r-- | diameter/sunping.xml | 39 |
1 files changed, 18 insertions, 21 deletions
diff --git a/diameter/sunping.xml b/diameter/sunping.xml index fa3cbc96f2..2b0ed7a656 100644 --- a/diameter/sunping.xml +++ b/diameter/sunping.xml @@ -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> |