itxx00 / pypcap

Automatically exported from code.google.com/p/pypcap
Other
0 stars 0 forks source link

error: no suitable device found #46

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
I am trying to do live capturing of packets but i am getting the error:
  pc = pcap.pcap()     # construct pcap object
  File "pcap.pyx", line 189, in pcap.pcap.__init__ (pcap.c:1689)
  OSError: no suitable device found

I think i have to set the network device
how can i do it???

Thanks,
itay

Original issue reported on code.google.com by itayr...@gmail.com on 25 Apr 2015 at 12:58