aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/airpcap_dlg.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-12-05 19:24:25 +0000
committerGerald Combs <gerald@wireshark.org>2006-12-05 19:24:25 +0000
commita980d047830755406fc27150978511b407d65829 (patch)
tree523e028d65e71d3531c9e0fdb1da17350e90f91c /gtk/airpcap_dlg.h
parent39c29557c743671b4b09308cdd5a6dc7ba791499 (diff)
From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryption
support. WEP key preferences have been overloaded to allow WPA keys. The decryption code currently uses Windows-specific data types, but can be converted to use glib equivalents. Add a few text and whitespace fixups. svn path=/trunk/; revision=20049
Diffstat (limited to 'gtk/airpcap_dlg.h')
-rw-r--r--gtk/airpcap_dlg.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/airpcap_dlg.h b/gtk/airpcap_dlg.h
index 870a5617bf..e5fbcc904d 100644
--- a/gtk/airpcap_dlg.h
+++ b/gtk/airpcap_dlg.h
@@ -80,6 +80,12 @@ void
airpcap_fill_if_combo(GtkWidget *combo, GList* if_list);
/*
+ * Creates the list of available decryption modes, depending on the adapters found
+ */
+void
+update_decryption_mode_list(GtkWidget *w);
+
+/*
* Callback for the 'Add Key' button.
*/
void