aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/xml/packet-xml.c
AgeCommit message (Collapse)AuthorFilesLines
2005-07-05Add application/vnd.wv.csp.xmlAnders Broman1-0/+1
svn path=/trunk/; revision=14853
2005-05-17Add some more media types to be dissected as xml.Anders Broman1-0/+9
svn path=/trunk/; revision=14382
2005-03-13Don't use the result of "format_text()" as a format string argument, asGuy Harris1-1/+1
it might contain %'s; instead, use "%s" as the format string. svn path=/trunk/; revision=13741
2005-03-10An optimization.Luis Ontanon1-69/+13
Instead of first running the lexer to create a list of items and then iterate through this items to create the tree, just create the tree from the lexer. svn path=/trunk/; revision=13696
2005-03-10- changed the lexer to return entire tags, refactored packet-xml.c for those ↵Luis Ontanon1-138/+46
changes - add markup_declarations and indent on doctype's [] - removed debugging code - renamed meta_tag into xmlpi svn path=/trunk/; revision=13686
2005-03-09Remove duplicate media types and add XML media types from packet-text-media.c.Olivier Biot1-3/+15
NOTE: we need to make sure that all the media types registered in the XML dissector get registered with the line-based text dissector as a fall-back when the XML dissector is disabled. svn path=/trunk/; revision=13683
2005-03-06- Add some media types to be dissected as xmlLuis Ontanon1-0/+6
- be more tollerant on how an XML document should look like svn path=/trunk/; revision=13639
2005-03-06The first part of the XML dissectorLuis Ontanon1-0/+261
currently just a preety-printer with some generic fields svn path=/trunk/; revision=13619