I made a Python 3 program that uses Scapy, then I used pyinstaller to generate a binary and it works fine, but there’s always the need to install WinPcap separately to be able to use the binary.
Is there a way to include WinPcap/npcap to the binary, so the user won’t bother installing additional software?