aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xml.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-10Define some fcns & vars as static ...wmeier1-13/+10
2010-07-08from Tarjei Knapstad.etxrab1-17/+15
2010-05-11Allow for heuristic dissection of Unicode XML.jake1-8/+20
2010-04-03Remove unneeded #include <stdio.h>wmeier1-2/+0
2010-03-01From LEGO via bug 4395:stig1-0/+2
2010-03-01From LEGO via bug 4405:stig1-2/+2
2010-01-13From Didier Gautheron:etxrab1-2/+1
2009-12-14Add ETSI Applications.etxrab1-0/+12
2009-09-30Rename hfinfo.ref_count to hfinfo.ref_type since that's now how it's used.wmeier1-1/+1
2009-07-18From Kovarththanan Rajaratnam via bug 3719:stig1-1/+1
2009-06-19From Kovarththanan Rajaratnam via bug 3548:stig1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-8/+8
2009-03-29More size_t casts.etxrab1-1/+1
2009-03-13From Jakub Zawadzki (bug 3331):stig1-13/+6
2009-01-28- add attributes and CDATA into XML structurekukosa1-4/+96
2008-12-16Fix some spelling/typoswmeier1-2/+2
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-1/+1
2008-09-24put original tag name (not lowercase) into dissected xml structure tookukosa1-3/+6
2008-09-15Fix indentation to be consistent wmeier1-361/+361
2008-09-03g_ascii_strdown() and g_ascii_strup(), unlike g_strdown() and g_strup(),guy1-37/+39
2008-08-13supply dissected XML structure to caller dissectorkukosa1-54/+51
2008-05-09Fix a typo: strl -> strlenstig1-1/+1
2008-05-09Fix some of the Errors/warnings detected by checkapi.etxrab1-4/+4
2008-05-05Remove depreciated functions g_string_sprint, g_string_sprintfa.etxrab1-4/+4
2008-04-09Remove:etxrab1-3/+0
2008-04-07- Remove GLIB1 codesfisher1-13/+0
2008-02-26get_datafile_path() and get_persconffile_path() return malloc'd memory,morriss1-0/+2
2008-02-26Allow UDP heuristic for XMLkukosa1-1/+16
2008-01-14This patch adds support for configuration profiles, which can be used tostig1-1/+1
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-1/+5
2007-11-15From Yaniv Kaul :bondolo1-0/+1
2007-10-24Use the media_type_dissector_table for the content type.etxrab1-0/+3
2007-08-10An old proposal from Martin, append to COL_PROTO the name taken from a matchi...lego1-4/+9
2007-08-08Add more XCAP application types.etxrab1-0/+3
2007-08-07Remove XML heuristic dissector when disabling it.lego1-8/+24
2007-08-04Add preferences to register XML for a TCP port or as a TCP heuristic dissector.lego1-6/+36
2007-04-30Add a header that redefines g_array_index() to throw in a "void *" castguy1-4/+5
2007-03-26From Sebastien Tandel sahlberg1-5/+5
2006-11-15 solve both issues pointed out in:lego1-13/+15
2006-10-03Add application/media_control+xmletxrab1-0/+1
2006-07-20From Mike Digou:lego1-1/+1
2006-07-07Fix a few format string bugs found by Ilja van Sprundel.gerald1-188/+188
2006-05-28Ethereal->Wiresharketxrab1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-05-16From Martin Mathieson:etxrab1-3/+7
2006-04-20Add some more Media types.etxrab1-1/+7
2006-04-19Add some applicationsetxrab1-12/+14
2006-02-11From ENDOH Akira:lego1-1/+2
2006-02-09Add heuristic dissection of XMLlego1-5/+35
2006-01-30Fixes bug 717lego1-2/+2