https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2588
Jaap Keuter <jaap.keuter@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1985|review_for_checkin? |review_for_checkin-
Flag| |
--- Comment #11 from Jaap Keuter <jaap.keuter@xxxxxxxxx> 2008-08-15 07:55:01 PDT ---
(From update of attachment 1985)
fputs("<?xml version=\"1.0\"?> encoding=\"US-ASCII\"\n", fh);
This puts encoding outside the tag. Should be
fputs("<?xml version=\"1.0\" encoding=\"US-ASCII\"?>\n", fh);
But then again if you leave it out RFC 3032 says in 8.5 that this is the
default anyway.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.