aboutsummaryrefslogtreecommitdiffstats
path: root/airpcap_loader.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-01-02 19:56:59 +0000
committerGerald Combs <gerald@wireshark.org>2007-01-02 19:56:59 +0000
commit3d0d45cac5b500a2c19c05a469724c27eef487f9 (patch)
tree9b0f0c6b2d621e6a2df6ab232fe2d358b5d667d6 /airpcap_loader.h
parent9face6ceb82d838dee48dc8c172fcf9ce73301f1 (diff)
From Gisle Vanem:
Here are some patches needed to build using HAVE_AIRPCAP on MingW: * airpcap.h needs 'WEP_KEY_MAX_SIZE' from <epan/crypt/wep-wpadefs.h>. * airpcap_loader.h needs <epan/crypt/airpdcap_user.h> and definition of 'decryption_key_t'. * epan/crypt/airpdcap_interop.h defines 'ntohs()' before <winsock2.h> gets included. Thus creating a parse error later on. svn path=/trunk/; revision=20274
Diffstat (limited to 'airpcap_loader.h')
-rw-r--r--airpcap_loader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/airpcap_loader.h b/airpcap_loader.h
index 84766c90e3..d81132193d 100644
--- a/airpcap_loader.h
+++ b/airpcap_loader.h
@@ -28,6 +28,8 @@
#ifndef __AIRPCAP_LOADER_H__
#define __AIRPCAP_LOADER_H__
+#include <epan/crypt/airpdcap_user.h>
+
/* Error values from "get_airpcap_interface_list()". */
#define CANT_GET_AIRPCAP_INTERFACE_LIST 0 /* error getting list */
#define NO_AIRPCAP_INTERFACES_FOUND 1 /* list is empty */