aboutsummaryrefslogtreecommitdiffstats
path: root/capture_ui_utils.h
diff options
context:
space:
mode:
authortuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-19 12:19:03 +0000
committertuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2011-05-19 12:19:03 +0000
commit75ddda9518a46829e121cc2f6ed4b860e4fa2e0e (patch)
tree0a8a64e81d15dbd43d0377ca42d0114ff7db620c /capture_ui_utils.h
parentdd7e50daca6fe3cdbf8b1d8f43f83867fea90396 (diff)
When capturing from multiple interfaces, indicate this in the window
title of the wireshark main window. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37289 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture_ui_utils.h')
-rw-r--r--capture_ui_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/capture_ui_utils.h b/capture_ui_utils.h
index e93142c79d..0b50d6b4dc 100644
--- a/capture_ui_utils.h
+++ b/capture_ui_utils.h
@@ -97,5 +97,6 @@ char *build_capture_combo_name(GList *if_list, gchar *if_name);
* @return A pointer to capture_ops->iface_descr
*/
const char *get_iface_description(capture_options *capture_opts);
+const char *get_iface_description_for_interface(capture_options *capture_opts, guint i);
#endif