summaryrefslogtreecommitdiff
path: root/diameter/sunping.xml
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2012-11-14 20:50:54 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2012-11-14 20:50:54 +0000
commit06d84872c995dbc02e0ac2998cab70ba44f741dc (patch)
tree6114c5d057e1c3a9a6f1679e28acfdc1c1eb5e30 /diameter/sunping.xml
parenta7d5d97af14637fb2abdd7aaf058ea3397167f0d (diff)
downloadwireshark-06d84872c995dbc02e0ac2998cab70ba44f741dc.tar.gz
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.xml39
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>