aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xml.c
AgeCommit message (Expand)AuthorFilesLines
2005-10-07do not free the element name, as its been passed to the hf array.Luis Ontanon1-2/+0
2005-10-06remove location from dtd_build_data_t avoiding to (double) free it.Luis Ontanon1-3/+2
2005-09-28tvbparse.[ch]:Luis Ontanon1-3/+3
2005-09-28make sure we tell tvbparse_until() to include the last token.Luis Ontanon1-2/+1
2005-09-27in tvbparse:Luis Ontanon1-85/+106
2005-09-24get rid of most dtd leaks.Luis Ontanon1-34/+81
2005-09-22bugfix: don't crash, if current_frame->ns == NULLUlf Lamping1-8/+12
2005-09-22in register_dtd() do not leak the elements hashLuis Ontanon1-0/+21
2005-09-21If pinfo->match_string is null (e.g. when we're called from the JabberGerald Combs1-1/+4
2005-09-17Because there's more than just text in XML...Luis Ontanon1-107/+589
2005-09-12"g_strdown()" doesn't return a value in GLib 1.2[.x]; don't depend on itGuy Harris1-4/+7
2005-09-10the dtd parser (still missing the glue) and few fixes to packet-xml.cLuis Ontanon1-72/+235
2005-09-08forgot the IdLuis Ontanon1-0/+2
2005-09-08a new version of the xml dissector, look ma no lex!Luis Ontanon1-0/+459