Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal Makefile.am packet-frame.c packet-frame.h pr

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: gram@xxxxxxxxxxxx (Gilbert Ramirez)
Date: Sat, 6 Dec 2003 00:09:11 -0600 (CST)
gram        2003/12/06 00:09:11 CST

  Modified files:
    .                    Makefile.am packet-frame.c packet-frame.h 
                         print.c print.h tethereal.c 
  Log:
  Add the ability to print packet dissections in PDML (an XML-based format)
  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
  
  Revision  Changes    Path
  1.663     +2 -1      ethereal/Makefile.am
  1.42      +6 -6      ethereal/packet-frame.c
  1.7       +7 -1      ethereal/packet-frame.h
  1.64      +311 -8    ethereal/print.c
  1.31      +2 -1      ethereal/print.h
  1.207     +34 -5     ethereal/tethereal.c