pcs pcap not able to recognize interface

S

Sadashiv

I'm facing following error while running Python script. Any idea what
causing this error --


execute_local_command: Traceback (most recent call last):
File "./pcapreplay/flowreplay.py", line 376, in <module>
main()
File "./pcapreplay/flowreplay.py", line 177, in main
cPcapC = pcs.PcapConnector(clientIface)
File "/usr/lib/python2.7/site-packages/pcs/__init__.py", line 1850,
in __init__
self.file = pcap.pcap(name, snaplen, promisc, timeout_ms)
File "pcap.pyx", line 215, in pcs.pcap.pcap.__init__ (pcs/pcap/
pcap.c:1673)
OSError: ioctl: No such device
[53334 refs]
start.py: ERROR connection_036: execute_local_command: Traceback
(most recent call last):
File "./pcapreplay/flowreplay.py", line 376, in <module>
main()
File "./pcapreplay/flowreplay.py", line 177, in main
cPcapC = pcs.PcapConnector(clientIface)
File "/usr/lib/python2.7/site-packages/pcs/__init__.py", line 1850,
in __init__
self.file = pcap.pcap(name, snaplen, promisc, timeout_ms)
File "pcap.pyx", line 215, in pcs.pcap.pcap.__init__ (pcs/pcap/
pcap.c:1673)
OSError: ioctl: No such device
[53334 refs]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top