#include "snort.h"
#include <winsock2.h>
#include "packet_types.h"
#include <time.h>
#include <windows.h>
#include <Winbase.h>
#include <assert.h>
#include <iphlpapi.h>
#include <iptypes.h>
#include <stdlib.h>
#include <malloc.h>
#include <stdio.h>
#include <string.h>
#include <limits.h>
Go to the source code of this file.
Defines | |
#define | LIBNET_LIL_ENDIAN 1 |
#define | DOSNAMEPREFIX TEXT("Packet_") |
#define | MAX_LINK_NAME_LENGTH 64 |
#define | NMAX_PACKET 65535 |
Typedefs | |
typedef _ADAPTER | ADAPTER |
typedef _ADAPTER * | LPADAPTER |
typedef GlobalInfo | GINFO |
typedef GlobalInfo * | LPGINFO |
Functions | |
BOOL | libnet_win32_shutdown () |
BOOL | libnet_win32_init (int AdapterNum) |
BOOL | libnet_win32_open_adapter (int Open) |
void | libnet_win32_get_hw_addr () |
void | libnet_win32_get_local_ip () |
BYTE * | libnet_win32_FindMAC (DWORD IP) |
BOOL | libnet_win32_send_arp (DWORD IP) |
BYTE * | libnet_win32_get_remote_mac (DWORD IP) |
|
Definition at line 17 of file LibnetNT.h. |
|
Definition at line 5 of file LibnetNT.h. |
|
Definition at line 18 of file LibnetNT.h. |
|
Definition at line 19 of file LibnetNT.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|