Re: [Tutor] Help needed for etherealXML parsing

2006-09-12 Thread Kent Johnson
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 c

[Tutor] Help needed for etherealXML parsing

2006-09-12 Thread Akanksha Govil
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.Has any one tried porting this script?Also I found the SAX parser earlier used to return a call back function which is no long