12 #ifndef __CAPTURE_IFINFO_H__
13 #define __CAPTURE_IFINFO_H__
46 char *vendor_description;
65 if_address_type ifat_type;
81 #define CANT_GET_INTERFACE_LIST 1
82 #define DONT_HAVE_PCAP 2
84 void free_interface_list(GList *if_list);
104 GList *data_link_types;
105 GList *timestamp_types;
130 const char *auth_string,
131 char **err_primary_msg,
char **err_secondary_msg,
132 void (*update_cb)(
void));
GList * capture_interface_list(int *err, char **err_str, void(*update_cb)(void))
if_info_t * if_info_get(const char *name)
void if_info_free(if_info_t *if_info)
if_capabilities_t * capture_get_if_capabilities(const char *devname, bool monitor_mode, const char *auth_string, char **err_primary_msg, char **err_secondary_msg, void(*update_cb)(void))
Definition: capture_ifinfo.h:111
Definition: capture_ifinfo.h:64
Definition: capture_ifinfo.h:102
Definition: capture_ifinfo.h:42
Definition: capture_ifinfo.h:120