[Tutor] Help needed for etherealXML parsing

Kent Johnson kent37 at tds.net
Tue Sep 12 13:47:05 CEST 2006


Akanksha Govil wrote:
> Hi,
> 
> I have downloaded an add on python script "etherealXML.py" for parsing 
> the ethereal captured packets.
> 
> This script runs fine on python 2.3 but on python 2.4 it gives error.\

What is the error?

> 
> Has any one tried porting this script?

This might give a clue:
http://www.python.org/doc/2.4.3/whatsnew/node15.html
> 
> Also I found the SAX parser earlier used to return a call back function 
> which is no longer the case, so how do we modify the script according to 
> the new SAX parser?

Which parser? Which callback was returned? From what call?

Kent



More information about the Tutor mailing list