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>
This commit is contained in:
Jeff Morriss 2016-06-13 20:14:41 -04:00
parent 4e135882d9
commit da509947a8
1 changed files with 1 additions and 1 deletions

View File

@ -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