mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
remove hardcoded (and wrong) winpcap version number
This commit is contained in:
parent
a62e2976da
commit
d928402c79
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue