11 #ifndef __CAPTURE_IFINFO_H__ 12 #define __CAPTURE_IFINFO_H__ 41 char *vendor_description;
60 if_address_type ifat_type;
70 extern GList *capture_interface_list(
int *err,
char **err_str,
void (*update_cb)(
void));
73 #define CANT_GET_INTERFACE_LIST 1 74 #define DONT_HAVE_PCAP 2 76 void free_interface_list(GList *if_list);
84 gboolean can_set_rfmon;
85 GList *data_link_types;
86 GList *timestamp_types;
110 capture_get_if_capabilities(
const gchar *devname, gboolean monitor_mode,
111 const gchar *auth_string,
112 char **err_str,
void (*update_cb)(
void));
116 void add_interface_to_remote_list(
if_info_t *if_info);
Definition: capture_ifinfo.h:83
Definition: capture_ifinfo.h:101
Definition: capture_ifinfo.h:59
Definition: capture_ifinfo.h:92
Definition: capture_ifinfo.h:37