mirror of
https://github.com/nmap/nmap.git
synced 2026-01-18 04:19:00 +00:00
remove hardcoded (and wrong) winpcap version number
This commit is contained in:
@@ -174,7 +174,7 @@ void win_init()
|
||||
ULONG len = sizeof(pcaplist);
|
||||
|
||||
pcap_avail = 1;
|
||||
if(o.debugging > 2) printf("***WinIP*** trying to initialize winpcap 3.1\n");
|
||||
if(o.debugging > 2) printf("***WinIP*** trying to initialize WinPcap\n");
|
||||
PacketGetAdapterNames(pcaplist, &len);
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
||||
Reference in New Issue
Block a user