PDA

View Full Version : Python core



Edael
05-22-2004, 12:30 PM
I was bored the other day and got the challenge of writing the sniffing and decoding part of showeq in another lang, this time python.

It uses pcapy. You need to install it first, it is not a standard package, also works under windows i think, but i run it under debian.

Feel free to do anything you want with it, no warranties, etc, bleh, bleh... you know, as usual.

Edit: I did it to learn python, so the code is very very messy sometimes, lacking comments and such. Im sorry about it.