aboutsummaryrefslogtreecommitdiffstats
path: root/capture_ui_utils.h
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-06-02 17:45:03 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2008-06-02 17:45:03 +0000
commit99419c771ef326d5f07b358acf8677f7677a9a8f (patch)
treeb9ca81b2c1eca1516c88fe5e1cf7f7c22ce83de6 /capture_ui_utils.h
parent07288ab10cbaf2e0da4cdcd41de757192e20b80f (diff)
Added an option to set default link-layer header type for each interface.
Set linktype history for each interface so we don't mix them. Fixed some indents. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25411 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture_ui_utils.h')
-rw-r--r--capture_ui_utils.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/capture_ui_utils.h b/capture_ui_utils.h
index 4093ae4cb2..57c2572cde 100644
--- a/capture_ui_utils.h
+++ b/capture_ui_utils.h
@@ -37,6 +37,12 @@
*/
char *capture_dev_user_descr_find(const gchar *if_name);
+/**
+ * Find user-specified link-layer header type that matches interface
+ * name, if any.
+ */
+gint capture_dev_user_linktype_find(const gchar *if_name);
+
/** Return as descriptive a name for an interface as we can get.
* If the user has specified a comment, use that. Otherwise,
* if get_interface_list() supplies a description, use that,