summaryrefslogtreecommitdiff
path: root/capture.h
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2011-10-20 18:17:54 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2011-10-20 18:17:54 +0000
commit95ae2fe13a49c6f8bdf95554b9488f4a5160ebcd (patch)
tree4718ae8b79401b6e6fb6ab785d2061eee56c6520 /capture.h
parent151acb8fa16d9d8bec74a581e77abefd6fc99e00 (diff)
downloadwireshark-95ae2fe13a49c6f8bdf95554b9488f4a5160ebcd.tar.gz
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=39495
Diffstat (limited to 'capture.h')
-rw-r--r--capture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture.h b/capture.h
index a09829d58e..a9f1f08b49 100644
--- a/capture.h
+++ b/capture.h
@@ -110,7 +110,7 @@ typedef struct if_stat_cache_s if_stat_cache_t;
* @param if_list A GList of if_info_t items
* @return A pointer to the statistics state data.
*/
-extern if_stat_cache_t * capture_stat_start(GList *if_list);
+extern if_stat_cache_t * capture_stat_start(capture_options *capture_opts);
/**
* Fetch capture statistics, similar to pcap_stats().