Rename the routines that handle dissector tables with unsigned integer
[obnox/wireshark/wip.git] / epan / dissectors / packet-xml.c
2010-12-20 guyRename the routines that handle dissector tables with...
2010-10-10 wmeierDefine some fcns & vars as static ...
2010-07-08 etxrabfrom Tarjei Knapstad.
2010-05-11 jakeAllow for heuristic dissection of Unicode XML.
2010-04-03 wmeierRemove unneeded #include <stdio.h>
2010-03-01 stigFrom LEGO via bug 4395:
2010-03-01 stigFrom LEGO via bug 4405:
2010-01-13 etxrabFrom Didier Gautheron:
2009-12-14 etxrabAdd ETSI Applications.
2009-09-30 wmeierRename hfinfo.ref_count to hfinfo.ref_type since that...
2009-07-18 stigFrom Kovarththanan Rajaratnam via bug 3719:
2009-06-19 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-03-29 etxrabMore size_t casts.
2009-03-13 stigFrom Jakub Zawadzki (bug 3331):
2009-01-28 kukosa- add attributes and CDATA into XML structure
2008-12-16 wmeierFix some spelling/typos
2008-10-31 stigFix some "format not a string literal and no format...
2008-09-24 kukosaput original tag name (not lowercase) into dissected...
2008-09-15 wmeierFix indentation to be consistent
2008-09-03 guyg_ascii_strdown() and g_ascii_strup(), unlike g_strdown...
2008-08-13 kukosasupply dissected XML structure to caller dissector
2008-05-09 stigFix a typo: strl -> strlen
2008-05-09 etxrabFix some of the Errors/warnings detected by checkapi.
2008-05-05 etxrabRemove depreciated functions g_string_sprint, g_string_...
2008-04-09 etxrabRemove:
2008-04-07 sfisher- Remove GLIB1 code
2008-02-26 morrissget_datafile_path() and get_persconffile_path() return...
2008-02-26 kukosaAllow UDP heuristic for XML
2008-01-14 stigThis patch adds support for configuration profiles...
2007-11-27 guystrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-11-15 bondoloFrom Yaniv Kaul :
2007-10-24 etxrabUse the media_type_dissector_table for the content...
2007-08-10 legoAn old proposal from Martin, append to COL_PROTO the...
2007-08-08 etxrabAdd more XCAP application types.
2007-08-07 legoRemove XML heuristic dissector when disabling it.
2007-08-04 legoAdd preferences to register XML for a TCP port or as...
2007-04-30 guyAdd a header that redefines g_array_index() to throw...
2007-03-26 sahlbergFrom Sebastien Tandel
2006-11-15 lego solve both issues pointed out in:
2006-10-03 etxrabAdd application/media_control+xml
2006-07-20 legoFrom Mike Digou:
2006-07-07 geraldFix a few format string bugs found by Ilja van Sprundel.
2006-05-28 etxrabEthereal->Wireshark
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-05-16 etxrabFrom Martin Mathieson:
2006-04-20 etxrabAdd some more Media types.
2006-04-19 etxrabAdd some applications
2006-02-11 legoFrom ENDOH Akira:
2006-02-09 legoAdd heuristic dissection of XML
2006-01-30 legoFixes bug 717
2005-12-20 jmayerpacket-radius.c, packet-xml.c:
2005-11-22 jmayerTrivial warning fixes
2005-11-01 etxrabAdd "application/resource-lists+xml" to xml types
2005-10-07 legodo not free the element name, as its been passed to...
2005-10-06 legoremove location from dtd_build_data_t avoiding to ...
2005-09-28 legotvbparse.[ch]:
2005-09-28 legomake sure we tell tvbparse_until() to include the last...
2005-09-27 legoin tvbparse:
2005-09-24 legoget rid of most dtd leaks.
2005-09-22 ulflbugfix: don't crash, if current_frame->ns == NULL
2005-09-22 legoin register_dtd() do not leak the elements hash
2005-09-21 geraldIf pinfo->match_string is null (e.g. when we're called...
2005-09-17 legoBecause there's more than just text in XML...
2005-09-12 guy"g_strdown()" doesn't return a value in GLib 1.2[.x...
2005-09-10 legothe dtd parser (still missing the glue) and few fixes...
2005-09-08 legoforgot the Id
2005-09-08 legoa new version of the xml dissector, look ma no lex!