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 was 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?