aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xml.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-07-28application/simservs+xmlAnders Broman1-0/+1
2011-04-22Fix various warnings found by clang 3.0 (trunk 129935) complier:Stephen Fisher1-2/+2
2011-04-21Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2011-04-21Fix Dead Store (Dead nested assignment) Warning found by Clang Alexis La Goutte1-2/+1
2011-01-10Add application/vnd.3gpp.cw+xmlAnders Broman1-0/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-10-10Define some fcns & vars as static ...Bill Meier1-13/+10
2010-07-08from Tarjei Knapstad.Anders Broman1-17/+15
2010-05-11Allow for heuristic dissection of Unicode XML.Jaap Keuter1-8/+20
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-2/+0
2010-03-01From LEGO via bug 4395:Stig Bjørlykke1-0/+2
2010-03-01From LEGO via bug 4405:Stig Bjørlykke1-2/+2
2010-01-13From Didier Gautheron:Anders Broman1-2/+1
2009-12-14Add ETSI Applications.Anders Broman1-0/+12
2009-09-30Rename hfinfo.ref_count to hfinfo.ref_type since that's now how it's used.Bill Meier1-1/+1
2009-07-18From Kovarththanan Rajaratnam via bug 3719:Stig Bjørlykke1-1/+1
2009-06-19From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-8/+8
2009-03-29More size_t casts.Anders Broman1-1/+1
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-13/+6
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