aboutsummaryrefslogtreecommitdiffstats
path: root/airpcap.h
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-19 00:48:03 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-19 00:48:03 +0000
commit9358e16433af1072ee7ffde5e1c2676c1a8c3f4b (patch)
treecc940956999215adcac1f9a36376a87ad9212db5 /airpcap.h
parentbf93e512ae7bb68eb43043748b1a6b9f333b6905 (diff)
Add support for:
- The AirPcap Multi-Channel Aggregator (which is marketspeak for an "any" device) - Merging the 802.11 dissector WEP key list with AirPcap's - Decrypting WEP in the adapter, in Wireshark, or not at all Update the release notes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19599 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'airpcap.h')
-rw-r--r--airpcap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/airpcap.h b/airpcap.h
index 0c21955c86..39bdf2fa48 100644
--- a/airpcap.h
+++ b/airpcap.h
@@ -87,7 +87,7 @@ typedef struct _AirpcapDeviceDescription
#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)