aboutsummaryrefslogtreecommitdiffstats
path: root/caputils/airpcap_loader.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-02-23 09:43:29 -0800
committerMichael Mann <mmann78@netscape.net>2018-02-24 11:56:18 +0000
commite73e3580f6050e98cf5affa8f23d941845e77ecc (patch)
tree65a35621213c262373b3fad9bab5022a45e82348 /caputils/airpcap_loader.h
parent3785f53089eb4197d93574ebe7ff8eba51bc7266 (diff)
Rename airpdcap to dot11decrypt.
Our 802.11 decryption code isn't tied to any specific product. Change the file and API names to dot11decrypt. Change-Id: I14fd951be3ae9b656a4e1959067fc0bdcc681ee2 Reviewed-on: https://code.wireshark.org/review/26058 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'caputils/airpcap_loader.h')
-rw-r--r--caputils/airpcap_loader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/caputils/airpcap_loader.h b/caputils/airpcap_loader.h
index 23199366fa..6eb2387ecb 100644
--- a/caputils/airpcap_loader.h
+++ b/caputils/airpcap_loader.h
@@ -13,7 +13,7 @@
#ifndef __AIRPCAP_LOADER_H__
#define __AIRPCAP_LOADER_H__
-#include <epan/crypt/airpdcap_system.h>
+#include <epan/crypt/dot11decrypt_system.h>
#ifdef __cplusplus
extern "C" {