From 2649d2614545278344fee1ce36196e3771101f42 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 2 Oct 2006 23:44:10 +0000 Subject: Fix WEP key bug in the AirPcap code that could cause a crash. Enable AirPcap by default. Add initial support for the "Any" device in AirPcap (more to come). svn path=/trunk/; revision=19401 --- gtk/keys.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gtk/keys.h') diff --git a/gtk/keys.h b/gtk/keys.h index 9df70b4214..840b677b21 100644 --- a/gtk/keys.h +++ b/gtk/keys.h @@ -72,7 +72,9 @@ #define AIRPCAP_ADVANCED_EDIT_KEY_TEXT_KEY "airpcap_advanced_edit_key_text_key" #define AIRPCAP_ADVANCED_EDIT_KEY_OK_KEY "airpcap_advanced_edit_key_ok_key" #define AIRPCAP_ADVANCED_EDIT_KEY_LABEL_KEY "airpcap_advanced_edit_key_label_key" -#define AIRPCAP_ADVANCED_DECRYPTION_KEY "airpcap_advanced_decryption_key" +#define AIRPCAP_ADVANCED_WEP_DECRYPTION_KEY "airpcap_advanced_wep_decryption_key" +#define AIRPCAP_ADVANCED_WPA_DECRYPTION_KEY "airpcap_advanced_wpa_decryption_key" +#define AIRPCAP_ADVANCED_NOTEBOOK_KEY "airpcap_advanced_notebook_key" #define AIRPCAP_OPTIONS_ADVANCED_KEY "airpcap_options_advanced_key" -- cgit v1.2.3