aboutsummaryrefslogtreecommitdiffstats
path: root/tools/EtherealXML.py
AgeCommit message (Collapse)AuthorFilesLines
2005-05-17Add get_items_before(), to help analyze in the presence ofGilbert Ramirez1-0/+25
tunneled protocols. svn path=/trunk/; revision=14380
2005-05-16Add get_hide() to return the value of the "hide" tagGilbert Ramirez1-0/+7
in field attributes. svn path=/trunk/; revision=14379
2003-12-06Add the ability to print packet dissections in PDML (an XML-based format)Gilbert Ramirez1-0/+275
to tethereal. It could be added to Ethereal, but the GUI changes to allow the user to select PDML as a print format have not been added. Provide a python module (EtherealXML.py) to help parse PDML. Provide a sample app (msnchat) which uses tethereal and EtherealXML.py to reconstruct MSN Chat sessions from packet capture files. It produces a nice HTML report of the chat sessions. Document tethereal's PDML and EtherealXML.py usage in doc/README.xml-output Update tethereal's manpage to reflect the new [-T pdml|ps|text] option svn path=/trunk/; revision=9180