bug fixing

This commit is contained in:
fyodor 2005-08-24 19:22:11 +00:00
parent b3923483ea
commit 87e4e19e02
20 changed files with 233 additions and 164 deletions

View file

@ -216,5 +216,3 @@ typedef struct _IP_ADAPTER_ORDER_MAP
#endif // IP_EXPORT_INCLUDED


View file

@ -65,6 +65,9 @@
#ifndef WINCLUDE_H
#define WINCLUDE_H
#include <stdio.h>
#include <stdlib.h>
#include "nbase.h"
#include <gnuc.h>

View file

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