You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.
Traceback (most recent call last):
File "/usr/bin/sniffy", line 212, in <module>
main()
File "/usr/bin/sniffy", line 175, in main
pc = pcap.pcap(name=args.interface, snaplen=1500)
AttributeError: 'module' object has no attribute 'pcap'
I installed pypcap-svn from AUR. I also installed python2-pcapy and pylibpcap.
What am I missing?
The text was updated successfully, but these errors were encountered:
Running
sniffy
fails:I installed
pypcap-svn
from AUR. I also installedpython2-pcapy
andpylibpcap
.What am I missing?
The text was updated successfully, but these errors were encountered: