Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
capture_ui_utils.h
Go to the documentation of this file.
1
12#ifndef __CAPTURE_UI_UTILS_H__
13#define __CAPTURE_UI_UTILS_H__
14
15#include "ui/capture_opts.h"
16
17#ifdef __cplusplus
18extern "C" {
19#endif /* __cplusplus */
20
34char *capture_dev_user_descr_find(const char *if_name);
35
44int capture_dev_user_linktype_find(const char *if_name);
45
54int capture_dev_user_buffersize_find(const char *if_name);
55
70bool capture_dev_user_snaplen_find(const char *if_name, bool *hassnap, int *snaplen);
71
82bool capture_dev_user_pmode_find(const char *if_name, bool *pmode);
83
94char* capture_dev_user_cfilter_find(const char *if_name);
95
106char *get_interface_descriptive_name(const capture_options *capture_opts, const char *if_name);
107
115GList *build_capture_combo_list(GList *if_list, bool do_hide);
116
121void free_capture_combo_list(GList *combo_list);
122
123
133const char *get_if_name(const char *if_text);
134
140extern void set_active_dlt(interface_t *device, int global_default_dlt);
141
154#define IFLIST_QUOTE_IF_DESCRIPTION 0x00000001
155#define IFLIST_SHOW_FILTER 0x00000002
156
157extern GString *get_iface_list_string(capture_options *capture_opts, uint32_t style);
158
159#ifdef __cplusplus
160}
161#endif /* __cplusplus */
162
163#endif /* __CAPTURE_UI_UTILS_H__ */
int capture_dev_user_linktype_find(const char *if_name)
const char * get_if_name(const char *if_text)
bool capture_dev_user_snaplen_find(const char *if_name, bool *hassnap, int *snaplen)
GList * build_capture_combo_list(GList *if_list, bool do_hide)
char * capture_dev_user_descr_find(const char *if_name)
void free_capture_combo_list(GList *combo_list)
char * capture_dev_user_cfilter_find(const char *if_name)
void set_active_dlt(interface_t *device, int global_default_dlt)
int capture_dev_user_buffersize_find(const char *if_name)
char * get_interface_descriptive_name(const capture_options *capture_opts, const char *if_name)
bool capture_dev_user_pmode_find(const char *if_name, bool *pmode)
Definition capture_opts.h:229
Definition androiddump.c:218