DEBUG epan/dissectors/packet-xml.c
[metze/wireshark/wip.git] / epan / dissectors / packet-xml.c
2018-10-17 Stefan MetzmacherDEBUG epan/dissectors/packet-xml.c
2018-10-17 Stefan Metzmacherepan/dissectors/packet-xml.c o:BinarySecurityToken...
2018-02-27 AndersBroman[XML] Add application/rs-metadata+xml
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2017-06-20 Vasil Velichkovpacket-xml: Add 3GPP, ETSI, GSMA and OMA media types
2017-04-19 Max Dmitrichenkopacket-xml.c: Fix memory leaks in XML DTD processing...
2017-04-08 Guy HarrisClean up handling of enabled/disabled protocols/heurist...
2017-02-08 Dario Lombardoxml: replace g_strdup with wmem_strdup.
2017-02-02 Dario Lombardoxml: use wmem allocators and replace GHashTable with...
2017-01-07 Michael MannConvert range API to always use wmem memory.
2016-12-31 Michael MannDissectors don't need a journey of self discovery.
2016-12-18 Jiri NovakRTSP: Decode XML data in ED-137 messages
2016-11-10 AndersBroman[XML] default_media_types should be in lower case.
2016-10-08 Michael MannCombine Decode As and port preferences for tcp.port...
2016-08-29 Peter Wuxml: fix some memleaks
2016-08-25 Stig Bjørlykkexmpp/xml: Store item length in xml_frame.
2016-06-14 Binh TrinhAdded XML proper decoding for XML CDATASection
2016-06-05 Pascal QuantinInitialize all header_field_info members
2016-04-21 Pascal QuantinDo not mix wmem and glib allocators
2016-04-07 Gerald CombsUse faster string functions at startup.
2016-03-14 Jaap KeuterWhat a difference a comma makes. CID-1355680
2016-01-25 Guy HarrisMove the proto data stuff out of frame_data.[ch].
2016-01-19 AndersBroman[XML] Add application/vnd.3gpp.sms+xml
2016-01-08 moshekaplanFix a lot of typos and misspellings
2015-12-17 Juanjo MartinXML, JSON: Added DDS Web Integration Service
2015-12-12 João ValverdeRemove -Wwrite-strings compiler flag
2015-12-09 Michael Mannnew_register_dissector -> register_dissector for dissec...
2015-08-17 Michael MannRemove proto_tree_add_text from packet-xml.c
2015-07-17 Michael MannRemove all preferences related to enabling/disabling...
2015-07-12 Michael MannAdd "user presentable" and "unique string ids" to heuri...
2015-06-21 Evan HuusRemove deprecated tvb_length from a bunch of dissectors
2015-02-14 Guy HarrisWe use GLib's directory-reading routines, so we don...
2015-01-13 Guy HarrisConsistently use the "g_string_free returns a C string...
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-11-26 Pascal QuantinXML: pass XML structure to caller through p_(add|get...
2014-11-22 Michael MannUse dissector data to "return" XML data to XMPP dissector.
2014-09-30 Bill MeierAdd editor modelines; Adjust whitespace as needed.
2014-07-14 Guy HarrisAdd application/atom+xml as an XML document type.
2014-06-19 Michael MannRevert "Fixup: tvb_* -> tvb_captured"
2014-06-18 Dario LombardoFixup: tvb_* -> tvb_captured
2014-06-18 Dario LombardoFixup: tvb_get_string(z) -> tvb_get_string(z)_enc
2014-06-07 Michael Manntvb_new_subset -> tvb_new_subset_length when length...
2014-05-27 Jakub ZawadzkiUse proto_tree_add_format_text()
2014-05-19 Jakub ZawadzkiAdd new proto_tree_add_format_text() function
2014-04-08 AndersBromanAdd application/vnd.oma.xdm-apd+xml
2014-04-08 AndersBromanFix a typo, missing ","
2014-03-24 Alexis La GoutteFix Argument with 'nonnull' attribute passed null found...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-13 AndersBromanAdd application/pidf-diff+xml
2014-01-14 Guy HarrisDon't assign away constness.
2013-12-19 Guy HarrisUse proto_tree_add_item() or tvb_get_string_enc() inste...
2013-12-14 Jakub ZawadzkiFix some trivial warnings.
2013-11-17 Guy HarrisMove the epan/filesystem.c routines to wsutil; they...
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-21 Evan HuusAdd _g_ to the names of functions that allocate glib...
2013-09-12 Jörg Mayeremem -> wmem
2013-08-27 Anders BromanUse dissector_delete_uint_range/dissector_add_uint_range
2013-08-19 Pascal QuantinDo not use ephemeral memory when adding a new data...
2013-08-18 Evan HuusUse epan scope for one XML DTD string to fix a small...
2013-08-06 Jakub ZawadzkiReplace hfinfo pointer to same_name_prev, with same_nam...
2013-08-06 Jakub ZawadzkiRemove hfinfo->bitshift member, add hfinfo_bitshift...
2013-07-15 Jeff MorrissMove report_err.{h,c} from epan into wsutil: there...
2013-07-14 Evan HuusFix one small leak in xml dissector registration.
2013-07-06 Evan HuusUse epan-scoped memory for XML field strings. Another...
2013-07-06 Evan HuusConvert xml's dynamic hf array from a garray to a wmem_...
2013-04-09 Jeff MorrissDon't try to open <home>/.wireshark on Windows: Wiresha...
2013-03-01 Anders BromanFrom beroset:
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-11-28 Bill MeierFix [-Wshadow] warnings;
2012-10-25 Anders BromanAdd application/ccmp+xml
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-10 Jakub ZawadzkiInitial commit to support yet another method of passing...
2012-07-27 Jakub ZawadzkiFix memory leak of errors GString
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-11 Guy HarrisGet rid of remaining Booleans-as-encoding-arguments in
2012-04-04 Jakub ZawadzkiAllow loading xml files (file MUST start with <?xml).
2012-03-31 Jakub ZawadzkiFix off by one shift errors introduced in r39530 where...
2012-01-26 Anders BromanAdd an 3gpp xml entry.
2011-12-13 Bill MeierFix tvb memory leak; Fix hex byte display for Unicode...
2011-10-23 Bill MeierReplace use of tvb_get_ephemeral_faked_unicode() by...
2011-10-15 Bill MeierConvert proto_tree_add_item() 'encoding' arg for field...
2011-07-28 Anders Bromanapplication/simservs+xml
2011-04-22 Stephen FisherFix various warnings found by clang 3.0 (trunk 129935...
2011-04-21 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-04-21 Alexis La GoutteFix Dead Store (Dead nested assignment) Warning found...
2011-01-10 Anders BromanAdd application/vnd.3gpp.cw+xml
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-10-10 Bill MeierDefine some fcns & vars as static ...
2010-07-08 Anders Bromanfrom Tarjei Knapstad.
2010-05-11 Jaap KeuterAllow for heuristic dissection of Unicode XML.
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2010-03-01 Stig BjørlykkeFrom LEGO via bug 4395:
2010-03-01 Stig BjørlykkeFrom LEGO via bug 4405:
2010-01-13 Anders BromanFrom Didier Gautheron:
2009-12-14 Anders BromanAdd ETSI Applications.
2009-09-30 Bill MeierRename hfinfo.ref_count to hfinfo.ref_type since that...
2009-07-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3719:
2009-06-19 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-03-29 Anders BromanMore size_t casts.
next