aboutsummaryrefslogtreecommitdiffstats
path: root/airpcap.h
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-10 00:28:53 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-10 00:28:53 +0000
commit3f07b1f8286be43f82c6b3515da79c2dc0abbb51 (patch)
tree63932d29924fd711736daefcabd0c749a877c961 /airpcap.h
parent890017cbfde3b962716fb71944ac07612a247012 (diff)
First step in integrating the AirPcap WEP preferences with those
from the 802.11 dissector. Use a #define for the maximum number of WEP keys. Use AirPcap's if we have it (64). Rename find_module() prefs_find_module() and make it public. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19467 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'airpcap.h')
-rw-r--r--airpcap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/airpcap.h b/airpcap.h
index f7e6cff331..0c21955c86 100644
--- a/airpcap.h
+++ b/airpcap.h
@@ -83,6 +83,8 @@ 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 */