mirror of
https://github.com/nmap/nmap.git
synced 2026-09-21 07:38:39 +00:00
bug fixing
This commit is contained in:
parent
b3923483ea
commit
87e4e19e02
20 changed files with 233 additions and 164 deletions
|
|
@ -216,5 +216,3 @@ typedef struct _IP_ADAPTER_ORDER_MAP
|
|||
|
||||
|
||||
#endif // IP_EXPORT_INCLUDED
|
||||
|
||||
|
||||
|
|
@ -65,6 +65,9 @@
|
|||
#ifndef WINCLUDE_H
|
||||
#define WINCLUDE_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "nbase.h"
|
||||
|
||||
#include <gnuc.h>
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue