BackupGGCode / pypcap

simplified object-oriented Python extension module for libpcap
Other
0 stars 1 forks source link

timeout doesn't work #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
see fix for issue #7 in r86

Original comment by dugsong on 15 Dec 2009 at 3:21