Here is an easy code to reproduce a task (obviously if there will not be
host 1.1.1.1)
import pcap
descr = pcap.pcap("eth0", timeout_ms=10000)
descr.setfilter("host 1.1.1.1")
descr.next()
bugfixed attached
Original issue reported on code.google.com by getxs...@gmail.com on 9 Oct 2009 at 3:10
Original issue reported on code.google.com by
getxs...@gmail.com
on 9 Oct 2009 at 3:10Attachments: