mirror of
https://github.com/nmap/nmap.git
synced 2026-01-06 06:29:03 +00:00
bug fixing
This commit is contained in:
@@ -171,7 +171,7 @@ void win_init()
|
||||
if(o.debugging > 2) printf("***WinIP*** trying to initialize winpcap 2.1\n");
|
||||
PacketGetAdapterNames(pcaplist, &len);
|
||||
if(o.debugging)
|
||||
printf("***WinIP*** winpcap present, dynamic linked to: %s\n", pcap_lib_version());
|
||||
printf("Winpcap present, dynamic linked to: %s\n", pcap_lib_version());
|
||||
}
|
||||
#ifdef _MSC_VER
|
||||
__except(GetExceptionCode() == DLI_ERROR)
|
||||
|
||||
Reference in New Issue
Block a user