1 diff -uNr a/scapy/libs/winpcapy.py b/scapy/libs/winpcapy.py
2 --- a/scapy/libs/winpcapy.py 1970-01-01 01:00:01.000000000 +0100
3 +++ b/scapy/libs/winpcapy.py 2022-08-12 17:57:52.830224862 +0200
8 - _lib_name = find_library("pcap")
9 + _lib_name = "@libpcap_file@"
11 raise OSError("Cannot find libpcap.so library")
12 _lib = CDLL(_lib_name)