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.