Python Scapy not detecting my npcap or winpcap installation
I have a python script which imports scapy to do some network packet analysis. The first thing my script reports is “WARNING: No libpcap provider available ! pcap won’t be used”. Without libpcap or ncap my script will not work, so I need to solve this problem.