[Fwd: Re: Why POE is slower then Python - Twisted ... quite a lot?]

2009-03-26 Thread Martijn van Beers
forwarding for apocalypse ---BeginMessage--- Hello, I have done some analysis on this, and used wireshark to track down the differences like Rocco suggested. Looking at the dumps, I immediately noticed 2 things, one being more important. 1. The python code doesn't retrieve the first

Re: wheel::run and filter::reference (or filter::stream?)

2009-03-26 Thread hideo
Jonathan S. Polacheck (Wed 03/25/09 14:56): I am trying to concoct and script that will take a binary data stream from tcpdump, feed it into a filter, then in another instance of wheel::run, hexdump the data stream from the filter. The code I have come up with so far is in the 6th entry in

Re: Continuous packet capture

2009-03-26 Thread Brad Lhotsky
I don't know if this will help you or not, but here's a script I have running to monitor and track recursive DNS Queries on my network. You can ignore the database stuff, but it might help. http://divisionbyzero.net/~brad/code/dns_snoop.pl.html I process the packets as they come in, but I