aboutsummaryrefslogtreecommitdiffstats
path: root/airpcap.h
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-12-27 23:05:55 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-12-27 23:05:55 +0000
commitf0764b4c4ded104f39762f198183e7240d11101d (patch)
treed3f8e772ec737813b09289115d67b06bcc849331 /airpcap.h
parentd02d37735204cc7b14141675fea35ffe4ba6fb65 (diff)
Prepare to move the airpdcap code to epan/crypt (SVN won't let me actually
move the files until these changes are checked in). Add an AC_DEFINE for airpdcap (which will be removed once the changes have settled). Update the airpdcap code to compile on non-Windows systems. Fix up comments and whitespace to conform more closely to the rest of the code base. Verified to compile under Windows and OS X. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20227 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'airpcap.h')
-rw-r--r--airpcap.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/airpcap.h b/airpcap.h
index 1a7aeb28d4..13f1155cac 100644
--- a/airpcap.h
+++ b/airpcap.h
@@ -83,12 +83,7 @@ typedef struct _AirpcapDeviceDescription
PCHAR Description; /* Device description */
} AirpcapDeviceDescription, *PAirpcapDeviceDescription;
-#define MAX_ENCRYPTION_KEYS 64
-#define WEP_KEY_MAX_SIZE 32 /* Maximum size of a WEP key, in bytes. This is the size of an entry in the */
- /* AirpcapWepKeysCollection structure */
-
-
#ifndef __MINGW32__
#pragma pack(push)
#pragma pack(1)