aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xml.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-26Fix a bunch of warnings.Guy Harris1-14/+16
2012-11-28Fix [-Wshadow] warnings;Bill Meier1-1136/+1229
2012-10-25Add application/ccmp+xmlAnders Broman1-1/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-07-27Fix memory leak of errors GStringJakub Zawadzki1-4/+7
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-5/+5
2012-04-04Allow loading xml files (file MUST start with <?xml).Jakub Zawadzki1-11/+10
2012-03-31Fix off by one shift errors introduced in r39530 where it seemed proper[1]Jakub Zawadzki1-1/+1
2012-01-26Add an 3gpp xml entry.Anders Broman1-0/+1
2011-12-13Fix tvb memory leak; Fix hex byte display for Unicode XML.Bill Meier1-1/+2
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...Bill Meier1-1/+1
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