Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
if_cap_query_t Struct Reference

Parameters passed to the interface capabilities query functions. More...

#include <capture_ifinfo.h>

Public Attributes

const char * name
 
bool monitor_mode
 
const char * auth_username
 
const char * auth_password
 

Detailed Description

Parameters passed to the interface capabilities query functions.

Member Data Documentation

◆ auth_password

const char* if_cap_query_t::auth_password

Password for remote capture authentication, or NULL if not required

◆ auth_username

const char* if_cap_query_t::auth_username

Username for remote capture authentication, or NULL if not required

◆ monitor_mode

bool if_cap_query_t::monitor_mode

True if capabilities should be queried for 802.11 monitor mode

◆ name

const char* if_cap_query_t::name

System interface name to query (e.g. "eth0")


The documentation for this struct was generated from the following file: