Ethereal-dev: Re: [Ethereal-dev] Print as XML - Status of work?

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

From: Gilbert Ramirez <gram@xxxxxxxxxxxxxxx>
Date: Sat, 06 Dec 2003 06:12:53 -0000
On Fri, 2003-12-05 at 04:49, Carsten Buchenau wrote:

> 
> Examining the sample output as provided by Gilbert, it is compliant to 
> that spec. except for the <proto name="data" ...> tag at the bottom as 

I've fixed the "data" non-compliance. The data is in "data" field, and
there is no longer a "data" protocol in the PDML output.

> 
> Gilbert, do you mind making the code available somehow? So I could take 
> a closer look at it as well... I have allocated some time for working on 
> the XML output anyway already ;-)
> 
> carsten
> 

I've added a version attribute and a creator attribute to the <pdml>
tag, as suggested by Oliver Biot. (Thanks!)

I've committed the change to CVS. Update and read the
doc/README.xml-output file for more information.

To produce PDML from a capture file, use:

tethereal -Tpdml -V -r capturefile

enjoy!

--gilbert