aboutsummaryrefslogtreecommitdiffstats
path: root/caputils
diff options
context:
space:
mode:
Diffstat (limited to 'caputils')
-rw-r--r--caputils/airpcap_loader.c2
-rw-r--r--caputils/airpcap_loader.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/caputils/airpcap_loader.c b/caputils/airpcap_loader.c
index e29996a222..6b766db036 100644
--- a/caputils/airpcap_loader.c
+++ b/caputils/airpcap_loader.c
@@ -13,7 +13,7 @@
#include <glib.h>
-#include <epan/crypt/airpdcap_ws.h>
+#include <epan/crypt/dot11decrypt_ws.h>
#include <epan/strutil.h>
#include <wsutil/file_util.h>
#include <wsutil/frequency-utils.h>
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" {