aboutsummaryrefslogtreecommitdiffstats
path: root/airpcap.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-10-19 00:48:03 +0000
committerGerald Combs <gerald@wireshark.org>2006-10-19 00:48:03 +0000
commit40b845840829a6054050999387e17cca62fb2871 (patch)
treecc940956999215adcac1f9a36376a87ad9212db5 /airpcap.h
parent320840238698806cbabe5568b1cb085a6d80a24e (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. svn path=/trunk/; revision=19599
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)