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: Fri, 05 Dec 2003 19:48:54 -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 
> it is nested within <proto name="http" ...>. Shouldn't the data be a 
> <field> tag within the html proto-tag, as it is part of the http 
> protocol? So, in my opinion, it should look like this:
> 
>   <proto name="http" size="644" pos="54">
>     ...
>     <*field* name="*http.*data" showname="Data (238 bytes)" size="238" pos="460" value="3c686..."/>
>   </proto>
> 
> Or am I missing a point here??

I'll take a look at that.
 
> 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
> 

Yeah, let me clean it up (I had to make some changes last night to
integrate Guy's recent work of changing the internals of proto_node),
and with the version number and generator declared in the XML, it should
be safe to commit to CVS. 

--gilbert