|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Describes the capabilities of a single capture interface. More...
#include <capture_ifinfo.h>
Public Attributes | |
| bool | can_set_rfmon |
| GList * | data_link_types |
| GList * | data_link_types_rfmon |
| GList * | timestamp_types |
| int | status |
| char * | primary_msg |
| const char * | secondary_msg |
Describes the capabilities of a single capture interface.
Returned by get_if_capabilities() and capture_if_capabilities(); must be released with free_if_capabilities().
| bool if_capabilities_t::can_set_rfmon |
True if the interface can be placed into 802.11 monitor mode
| GList* if_capabilities_t::data_link_types |
Available data link types (data_link_info_t) in normal mode
| GList* if_capabilities_t::data_link_types_rfmon |
Available data link types (data_link_info_t) when in monitor mode
| char* if_capabilities_t::primary_msg |
If non-NULL, the capabilities query failed; this string describes why
| const char* if_capabilities_t::secondary_msg |
Optional supplementary detail message accompanying primary_msg
| int if_capabilities_t::status |
Status code indicating the result of the capabilities query
| GList* if_capabilities_t::timestamp_types |
Available timestamp sources (timestamp_info_t) for this interface