aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2016-06-13 20:14:41 -0400
committerJeff Morriss <jeff.morriss.ws@gmail.com>2016-06-14 00:16:43 +0000
commitda509947a88608d647cd2a04f367ffa54a29cc8e (patch)
tree525014c84f6810f531a86a8dd0107077ae150a80
parent4e135882d9f7809fb160119547f3a4eac231146e (diff)
Adjust the Diameter DTD to accept applications and vendors in any order.
Change-Id: I301a138b7f6db2d1a9ce1a20ebecf94e100bf831 Reviewed-on: https://code.wireshark.org/review/15887 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
-rw-r--r--diameter/dictionary.dtd2
1 files changed, 1 insertions, 1 deletions
diff --git a/diameter/dictionary.dtd b/diameter/dictionary.dtd
index 82c6fa8aff..5df16f21d6 100644
--- a/diameter/dictionary.dtd
+++ b/diameter/dictionary.dtd
@@ -16,7 +16,7 @@
Lots of changes to support flags like in the draft, and to support commands
-->
-<!ELEMENT dictionary (base, application*, vendor*)>
+<!ELEMENT dictionary (base, (application|vendor)*)>
<!ELEMENT base (command*, typedefn+, avp+)>
<!ATTLIST base
uri CDATA #IMPLIED