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

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to