aboutsummaryrefslogtreecommitdiffstats
path: root/airpcap.h
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-30 06:34:31 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-30 06:34:31 +0000
commit003231907b2e8d03d455b4ccd9383f1981cb0c37 (patch)
treefb037fae95d048a96d7616f57b88463edbbdbead /airpcap.h
parentea92bb326b6fd2077843321ecf64bf45807e151e (diff)
From Giorgio Tino: Add support for version 2.0 of the AirPcap driver,
which has an updated API for WEP key handling. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19736 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 39bdf2fa48..d6df6ca1b0 100644
--- a/airpcap.h
+++ b/airpcap.h
@@ -159,7 +159,7 @@ AirpcapMacAddress, *PAirpcapMacAddress;
KeysCollectionSize = sizeof(AirpcapKeysCollection) + NumKeys * sizeof(AirpcapKey);
- KeysCollection = (PAirpcapKeysCollection)malloc(KeysCollectionSize);
+ KeysCollection = (PAirpcapKeysCollection)g_malloc(KeysCollectionSize);
if(!KeysCollection)
{
// Error