aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xml.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-14Fix some trivial warnings.Jakub Zawadzki1-0/+3
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-7/+7
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-1/+1
2013-09-12emem -> wmemJörg Mayer1-10/+9
2013-08-27Use dissector_delete_uint_range/dissector_add_uint_rangeAnders Broman1-12/+2
2013-08-19Do not use ephemeral memory when adding a new data sourcePascal Quantin1-1/+2
2013-08-18Use epan scope for one XML DTD string to fix a small leak.Evan Huus1-1/+1
2013-08-06Replace hfinfo pointer to same_name_prev, with same_name_prev_id.Jakub Zawadzki1-1/+1
2013-08-06Remove hfinfo->bitshift member, add hfinfo_bitshift() to get it.Jakub Zawadzki1-1/+0
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-1/+1
2013-07-14Fix one small leak in xml dissector registration.Evan Huus1-1/+1
2013-07-06Use epan-scoped memory for XML field strings. Another ~35KB leaks fixed.Evan Huus1-3/+3
2013-07-06Convert xml's dynamic hf array from a garray to a wmem_array. Cleans up anotherEvan Huus1-13/+12
2013-04-09Don't try to open <home>/.wireshark on Windows: Wireshark hasn't written toJeff Morriss1-1/+1
2013-03-01From beroset:Anders Broman1-86/+86
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