aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tethereal.pod
AgeCommit message (Collapse)AuthorFilesLines
2004-02-11Include EyeSDN USB S0 trace files in the list of file formats we read.Guy Harris1-6/+6
svn path=/trunk/; revision=10040
2003-12-18WildPackets' EtherHelp appears to write EtherPeek-compatible files,Guy Harris1-2/+2
except that the 0x80 bit is turned on in the file version number field. Turn that bit off before processing that field. svn path=/trunk/; revision=9342
2003-12-09-Tpdml and -Tps force -V. Thus, -V is no longer required when using -Tpdml.Gilbert Ramirez1-4/+2
Eventually, -Tps will not force -V, and will print summaries when -V is not selected. However, work still has to be done there. svn path=/trunk/; revision=9218
2003-12-07Put the "-V" flag in boldface, so pod2man doesn't whine.Guy Harris1-2/+2
svn path=/trunk/; revision=9186
2003-12-06Add the ability to print packet dissections in PDML (an XML-based format)Gilbert Ramirez1-0/+8
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
2003-11-16From Lars Roland Service Response times for H225 RASRonnie Sahlberg1-0/+16
svn path=/trunk/; revision=8978
2003-11-01Based on a patch from Brian Fundakowski Feldman, add support for settingGuy Harris1-0/+11
link-layer type when capturing, using the "pcap_set_datalink()" and related APIs. svn path=/trunk/; revision=8848
2003-10-31Fix some warnings from pod2man.Guy Harris1-1/+1
svn path=/trunk/; revision=8843
2003-10-31From Scott Emberley: support for reading Network Instruments version 9Guy Harris1-18/+22
capture files. svn path=/trunk/; revision=8840
2003-10-28From Lars Roland: H.225 message and reason tag counter taps.Guy Harris1-0/+16
svn path=/trunk/; revision=8794
2003-10-15Move the filter syntax description to the ethereal-filter pod page.Gerald Combs1-233/+1
svn path=/trunk/; revision=8701
2003-10-03Fix a typo.Guy Harris1-1/+1
svn path=/trunk/; revision=8598
2003-10-02Add an example for "-d".Gerald Combs1-0/+3
svn path=/trunk/; revision=8588
2003-10-01Put the display-filter elements into it's own manpage (ethereal-filter.4)Jörg Mayer1-0/+933
svn path=/trunk/; revision=8576