1
0
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:
fyodor
2007-11-14 02:04:37 +00:00
parent a62e2976da
commit d928402c79

View File

@@ -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