diff options
author | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2016-06-13 13:37:08 -0400 |
---|---|---|
committer | Jeff Morriss <jeff.morriss.ws@gmail.com> | 2016-06-13 17:39:49 +0000 |
commit | 4e989c2c7dc86f1e7167525a36fb0ab3aa02cac0 (patch) | |
tree | d0bd8f57c9e10d0081c55d498bdf36faf854d6a5 /diameter | |
parent | 04b82a7dc971597be958ba902bcf51dc32189305 (diff) | |
download | wireshark-4e989c2c7dc86f1e7167525a36fb0ab3aa02cac0.tar.gz wireshark-4e989c2c7dc86f1e7167525a36fb0ab3aa02cac0.tar.bz2 wireshark-4e989c2c7dc86f1e7167525a36fb0ab3aa02cac0.zip |
Diameter: close command elements.
... in order to make the XML (more) valid.
Change-Id: Iefffff3208c98d6ea55d509ed35b57abd268baf3
Reviewed-on: https://code.wireshark.org/review/15871
Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'diameter')
-rw-r--r-- | diameter/HP.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/diameter/HP.xml b/diameter/HP.xml index 9db0ade841..e1927fa989 100644 --- a/diameter/HP.xml +++ b/diameter/HP.xml @@ -3,10 +3,10 @@ <vendor vendor-id="HP" code="11" name="Hewlett Packard"/> <application id="16777305" name="HP Diameter Topology Discovery" uri="none"> - <command name="Peer Information" code="100" vendor-id="HP"> - <command name="Fetch Peers" code="101" vendor-id="HP"> - <command name="Subscribe Change" code="102" vendor-id="HP"> - <command name="Notify Change" code="103" vendor-id="HP"> + <command name="Peer Information" code="100" vendor-id="HP"/> + <command name="Fetch Peers" code="101" vendor-id="HP"/> + <command name="Subscribe Change" code="102" vendor-id="HP"/> + <command name="Notify Change" code="103" vendor-id="HP"/> <avp name="Peer-State" code="200" vendor-id="HP" mandatory="must" vendor-bit="must"> <type type-name="Enumerated"/> |