Re: pcapy listen on multiple devices

2005-09-17 Thread Jorgen Grahn
On Mon, 12 Sep 2005 17:02:31 +0200, billiejoex <[EMAIL PROTECTED]> wrote: > Hi all. I noticed that with the original pcap sniffing library it is > possible to listen on multiple devices by using "select()" or "poll()" > function. Yes; you can ask pcap for the file descriptor which corresponds to

pcapy listen on multiple devices

2005-09-12 Thread billiejoex
Hi all. I noticed that with the original pcap sniffing library it is possible to listen on multiple devices by using "select()" or "poll()" function. These function aren't present in pcapy module. Do you got any suggestion to avoid this problem? -- http://mail.python.org/mailman/listinfo/pyth