aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xml.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-30Add a header that redefines g_array_index() to throw in a "void *" castGuy Harris1-4/+5
2007-03-26From Sebastien Tandel Ronnie Sahlberg1-5/+5
2006-11-15 solve both issues pointed out in:Luis Ontanon1-13/+15
2006-10-03Add application/media_control+xmlAnders Broman1-0/+1
2006-07-20From Mike Digou:Luis Ontanon1-1/+1
2006-07-07Fix a few format string bugs found by Ilja van Sprundel.Gerald Combs1-188/+188
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-05-16From Martin Mathieson:Anders Broman1-3/+7
2006-04-20Add some more Media types.Anders Broman1-1/+7
2006-04-19Add some applicationsAnders Broman1-12/+14
2006-02-11From ENDOH Akira:Luis Ontanon1-1/+2
2006-02-09Add heuristic dissection of XMLLuis Ontanon1-5/+35
2006-01-30Fixes bug 717Luis Ontanon1-2/+2
2005-12-20packet-radius.c, packet-xml.c:Jörg Mayer1-54/+56
2005-11-22Trivial warning fixesJörg Mayer1-8/+8
2005-11-01Add "application/resource-lists+xml" to xml typesAnders Broman1-0/+1
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