http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1010
Summary: xml dtd parsing of element and attribute names is
incorrect
Product: Wireshark
Version: SVN
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: Medium
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: wireshark@xxxxxxxxxx
The names of the protocol fields generated from DTDs by the dtd parser are
incorrect in that the first character appears to be missing from each. So :
<!ELEMENT Name (#PCDATA)>
in the dtd is seen as :
ame
within Wireshark. I've primarily observed this using the filter expression
dialog.
--
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.