aboutsummaryrefslogtreecommitdiffstats
path: root/airpcap_loader.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-12-28 17:22:12 +0000
committerGerald Combs <gerald@wireshark.org>2006-12-28 17:22:12 +0000
commitbd282b4114be8c7060fbc3873a04b80ec18317b8 (patch)
treeef14ce379885a746930a9839b20bebb530b35d04 /airpcap_loader.c
parent60180815a6a70d264fdf4f6ff9f49eeb1a7c6742 (diff)
Move the contents of airpdcap to epan/crypt. Try to fix the current
distcheck failure. Move the nmake build targets for airpdcap from epan/dissectors to epan. This will probably break the Windows build. svn path=/trunk/; revision=20231
Diffstat (limited to 'airpcap_loader.c')
-rw-r--r--airpcap_loader.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/airpcap_loader.c b/airpcap_loader.c
index cf3f1e80f8..1aec1cdd28 100644
--- a/airpcap_loader.c
+++ b/airpcap_loader.c
@@ -43,13 +43,11 @@
#include <epan/prefs.h>
#include <epan/prefs-int.h>
#include <epan/crypt/wep-wpadefs.h>
+#include <epan/crypt/airpdcap_ws.h>
#include "capture_ui_utils.h"
#include "simple_dialog.h"
-/* AirPDcap */
-#include "airpdcap/airpdcap_ws.h"
-
#include <airpcap.h>
#include "airpcap_loader.h"