Added an option to set default link-layer header type for each interface.
[obnox/wireshark/wip.git] / capture_ui_utils.h
index 4093ae4cb200e10ff5180ce1fbb6a6c7325ce624..57c2572cdeecb81983bf58bb1365a68e7cf33f1e 100644 (file)
  */
 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,