aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/airpcap_dlg.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-05-18 21:06:20 +0000
committerGerald Combs <gerald@wireshark.org>2007-05-18 21:06:20 +0000
commit55d2b928c25bbf1279d03560a50a071f9e5d9f5d (patch)
tree73fd0bdd4133b7c7f3ad9e8aa1bb51c59f2cc0a6 /gtk/airpcap_dlg.h
parent86ba8937c73843cf0ae3b5c485f7e0e38b142649 (diff)
downloadwireshark-55d2b928c25bbf1279d03560a50a071f9e5d9f5d.tar.gz
wireshark-55d2b928c25bbf1279d03560a50a071f9e5d9f5d.tar.bz2
wireshark-55d2b928c25bbf1279d03560a50a071f9e5d9f5d.zip
From Dustin Johnson:
- Update the wireless/AirPcap GUI code to support 802.11n as well as some related upcoming code changes. - Remove airpcap.h from the repository, since it exists in the AirPcap devpack (and will be superseded Real Soon Now). - Show the individual channel flag bits in radiotap. Fix the 802.11n MCS set display. This is a partial checkin, so hopefully nothing is broken. svn path=/trunk/; revision=21831
Diffstat (limited to 'gtk/airpcap_dlg.h')
-rw-r--r--gtk/airpcap_dlg.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/gtk/airpcap_dlg.h b/gtk/airpcap_dlg.h
index e5fbcc904d..82cc3373c9 100644
--- a/gtk/airpcap_dlg.h
+++ b/gtk/airpcap_dlg.h
@@ -51,29 +51,6 @@ void
on_add_key_w_destroy(GtkWidget *button, gpointer data _U_);
/*
- * Pop-up window, used to ask the user if he wants to save the selected interface settings
- * when closing the window.
- */
-void
-airpcap_ask_for_save_before_closing(GtkWidget *w _U_, gpointer data);
-
-/* user confirmed the "Save settings..." dialog */
-void
-airpcap_dialog_save_before_closing_cb(gpointer dialog _U_, gint btn, gpointer data);
-
-/*
- * Pop-up window, used to ask the user if he wants to save the selected interface settings
- */
-void
-airpcap_ask_for_save(GtkWidget *entry _U_, gpointer data);
-
-/*
- * Function used to change the selected interface and advanced dialog box
- */
-void
-airpcap_change_if(GtkWidget *entry _U_, gpointer data);
-
-/*
* Fill the interface combo box specified
*/
void
@@ -262,12 +239,6 @@ static void
combo_if_activate_cb(GtkWidget *w _U_, gpointer data);
/*
- * Pop-up window that appears when user confirms the "Save settings..." dialog
- */
-static void
-airpcap_dialog_save_cb(GtkWidget* dialog _U_, gint btn, gpointer data);
-
-/*
* Thread function used to blink the led
*/
void update_blink(gpointer data _U_);