aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt/airpdcap_ws.h
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 /epan/crypt/airpdcap_ws.h
parent60180815a6a70d264fdf4f6ff9f49eeb1a7c6742 (diff)
downloadwireshark-bd282b4114be8c7060fbc3873a04b80ec18317b8.tar.gz
wireshark-bd282b4114be8c7060fbc3873a04b80ec18317b8.tar.bz2
wireshark-bd282b4114be8c7060fbc3873a04b80ec18317b8.zip
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 'epan/crypt/airpdcap_ws.h')
-rw-r--r--epan/crypt/airpdcap_ws.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/epan/crypt/airpdcap_ws.h b/epan/crypt/airpdcap_ws.h
new file mode 100644
index 0000000000..6eec4d0ff6
--- /dev/null
+++ b/epan/crypt/airpdcap_ws.h
@@ -0,0 +1,7 @@
+#ifndef _AIRPDCAP_WS_H
+#define _AIRPDCAP_WS_H
+
+#include "airpdcap_system.h"
+WS_VAR_IMPORT AIRPDCAP_CONTEXT airpdcap_ctx;
+
+#endif /* _AIRPDCAP_WS_H */