Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 1010] xml dtd parsing of element and attribute names is in

Date: Thu, 20 Jul 2006 11:17:34 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1010


luis.ontanon@xxxxxxxxx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Comment #2 from luis.ontanon@xxxxxxxxx  2006-07-20 11:17 GMT -------
can you try changing line 151 of dtd_parse.l

from:
name           [a-z][-a-zA-Z0-9_]*

to:
name           [A-Z][-a-z0-9_][-a-zA-Z0-9_]*

and then recompile.

as it is name tokens did not accept a capital letter at the beggining.

Although I believe you should use lowercase for elements, attributes and
entities in the dtd.


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.