aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/prefs_taps.c
diff options
context:
space:
mode:
authortuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2012-01-25 13:04:32 +0000
committertuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2012-01-25 13:04:32 +0000
commit91534e24e7bbf387006a9a38046622ff855211cc (patch)
tree2e6e6582937a5ef5ee7fda3740e18b6e9489e893 /ui/gtk/prefs_taps.c
parentf4750d02bc51698629a5143c05f73c68d7e0b9af (diff)
Third try. This time pipes and stdin are supported and the
test scripts are passed. Use a global list containing all interfaces and only change properties of the entries when changes are made in the GUI. Do not misuse the list of interfaces specified on the command line anymore. This patch does not provide any new functionality, it just provides the base for future extensions like removing remote interface, mulitple airpcap devices and multiple pipes. This patch was provided by Irene Ruengeler. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40715 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'ui/gtk/prefs_taps.c')
-rw-r--r--ui/gtk/prefs_taps.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/gtk/prefs_taps.c b/ui/gtk/prefs_taps.c
index d3eba4718e..321e928301 100644
--- a/ui/gtk/prefs_taps.c
+++ b/ui/gtk/prefs_taps.c
@@ -124,7 +124,9 @@ stats_prefs_fetch(GtkWidget *w _U_)
void
stats_prefs_apply(GtkWidget *w _U_)
{
+#if defined(_WIN32)
reset_tap_update_timer();
+#endif
}
void