13#ifndef __IFACE_LISTS_H__
14#define __IFACE_LISTS_H__
25extern void fill_in_local_interfaces(
capture_options* capture_opts,
void(*update_cb)(
void));
32extern void fill_in_local_interfaces_filtered(
capture_options* capture_opts, GList * allowed_types,
void(*update_cb)(
void));
37extern void scan_local_interfaces(
capture_options* capture_opts,
void (*update_cb)(
void));
43extern void scan_local_interfaces_filtered(
capture_options* capture_opts, GList * allowed_types,
void (*update_cb)(
void));
48extern void hide_interface(
capture_options* capture_opts,
char* new_hide);
Definition capture_opts.h:236