aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xml.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-28- add attributes and CDATA into XML structureTomas Kukosa1-4/+96
2008-12-16Fix some spelling/typosBill Meier1-2/+2
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-09-24put original tag name (not lowercase) into dissected xml structure tooTomas Kukosa1-3/+6
2008-09-15Fix indentation to be consistent Bill Meier1-361/+361
2008-09-03g_ascii_strdown() and g_ascii_strup(), unlike g_strdown() and g_strup(),Guy Harris1-37/+39
2008-08-13supply dissected XML structure to caller dissectorTomas Kukosa1-54/+51
2008-05-09Fix a typo: strl -> strlenStig Bjørlykke1-1/+1
2008-05-09Fix some of the Errors/warnings detected by checkapi.Anders Broman1-4/+4
2008-05-05Remove depreciated functions g_string_sprint, g_string_sprintfa.Anders Broman1-4/+4
2008-04-09Remove:Anders Broman1-3/+0
2008-04-07- Remove GLIB1 codeStephen Fisher1-13/+0
2008-02-26get_datafile_path() and get_persconffile_path() return malloc'd memory,Jeff Morriss1-0/+2
2008-02-26Allow UDP heuristic for XMLTomas Kukosa1-1/+16
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-1/+1
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-1/+5
2007-11-15From Yaniv Kaul :Mike Duigou1-0/+1
2007-10-24Use the media_type_dissector_table for the content type.Anders Broman1-0/+3
2007-08-10An old proposal from Martin, append to COL_PROTO the name taken from a matchi...Luis Ontanon1-4/+9
2007-08-08Add more XCAP application types.Anders Broman1-0/+3
2007-08-07Remove XML heuristic dissector when disabling it.Luis Ontanon1-8/+24
2007-08-04Add preferences to register XML for a TCP port or as a TCP heuristic dissector.Luis Ontanon1-6/+36
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