aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/prefs_capture.c
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2012-01-25 13:04:32 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2012-01-25 13:04:32 +0000
commit14b1a44c0f8d4feb0a7dab687c36cb0d0c2a311a (patch)
tree2e6e6582937a5ef5ee7fda3740e18b6e9489e893 /ui/gtk/prefs_capture.c
parent93ac5f499ea6ad213aa2157f40051ecefe263573 (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. svn path=/trunk/; revision=40715
Diffstat (limited to 'ui/gtk/prefs_capture.c')
-rw-r--r--ui/gtk/prefs_capture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/gtk/prefs_capture.c b/ui/gtk/prefs_capture.c
index 07e8dbfa44..9553aed30c 100644
--- a/ui/gtk/prefs_capture.c
+++ b/ui/gtk/prefs_capture.c
@@ -1424,6 +1424,7 @@ ifopts_write_new_hide(void)
g_free(new_hide);
prefs.capture_devices_hide = NULL;
}
+ hide_interface(g_strdup(new_hide));
}
}