aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xml.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-12-20packet-radius.c, packet-xml.c:jmayer1-54/+56
2005-11-22Trivial warning fixesjmayer1-8/+8
2005-11-01Add "application/resource-lists+xml" to xml typesetxrab1-0/+1
2005-10-07do not free the element name, as its been passed to the hf array.lego1-2/+0
2005-10-06remove location from dtd_build_data_t avoiding to (double) free it.lego1-3/+2
2005-09-28tvbparse.[ch]:lego1-3/+3
2005-09-28make sure we tell tvbparse_until() to include the last token.lego1-2/+1
2005-09-27in tvbparse:lego1-85/+106
2005-09-24get rid of most dtd leaks.lego1-34/+81
2005-09-22bugfix: don't crash, if current_frame->ns == NULLulfl1-8/+12
2005-09-22in register_dtd() do not leak the elements hashlego1-0/+21
2005-09-21If pinfo->match_string is null (e.g. when we're called from the Jabbergerald1-1/+4
2005-09-17Because there's more than just text in XML...lego1-107/+589
2005-09-12"g_strdown()" doesn't return a value in GLib 1.2[.x]; don't depend on itguy1-4/+7
2005-09-10the dtd parser (still missing the glue) and few fixes to packet-xml.clego1-72/+235
2005-09-08forgot the Idlego1-0/+2
2005-09-08a new version of the xml dissector, look ma no lex!lego1-0/+459