diff options
author | Irene RĂ¼ngeler <I.Ruengeler@fh-muenster.de> | 2013-03-13 12:38:08 +0000 |
---|---|---|
committer | Irene RĂ¼ngeler <I.Ruengeler@fh-muenster.de> | 2013-03-13 12:38:08 +0000 |
commit | 44e6a88b134b0b35ea6c7d76dd76647f357b86c0 (patch) | |
tree | 1116fe96aa640a09d11e2b82901c030a1e410e62 /capture_ui_utils.h | |
parent | 27fc641a791f6132f13521697ea4c3dc47f8bc7e (diff) | |
download | wireshark-44e6a88b134b0b35ea6c7d76dd76647f357b86c0.tar.gz wireshark-44e6a88b134b0b35ea6c7d76dd76647f357b86c0.tar.bz2 wireshark-44e6a88b134b0b35ea6c7d76dd76647f357b86c0.zip |
Add interface options preferences.
svn path=/trunk/; revision=48275
Diffstat (limited to 'capture_ui_utils.h')
-rw-r--r-- | capture_ui_utils.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/capture_ui_utils.h b/capture_ui_utils.h index d95a792b1c..7b9c3b2af7 100644 --- a/capture_ui_utils.h +++ b/capture_ui_utils.h @@ -62,6 +62,12 @@ gint capture_dev_user_buffersize_find(const gchar *if_name); gint capture_dev_user_snaplen_find(const gchar *if_name); gboolean capture_dev_user_hassnap_find(const gchar *if_name); +/** + * Find user-specified promiscuous mode that matches interface + * name, if any. + */ +gboolean capture_dev_user_pmode_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 capture_interface_list() supplies a description, use that, |