|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
A single selectable value option associated with a selector, radio, or multicheck argument. More...
#include <extcap_parser.h>
Public Attributes | |
| int | arg_num |
| char * | call |
| char * | display |
| bool | enabled |
| bool | is_default |
| char * | parent |
A single selectable value option associated with a selector, radio, or multicheck argument.
| int _extcap_value::arg_num |
Argument number of the parent arg sentence this value belongs to
| char* _extcap_value::call |
CLI value string passed to the extcap when this option is selected
| char* _extcap_value::display |
Human-readable label shown for this option in the GUI
| bool _extcap_value::enabled |
True if this option is currently selectable in the GUI
| bool _extcap_value::is_default |
True if this option is the pre-selected default
| char* _extcap_value::parent |
Call name of the parent value for hierarchical selectors; NULL if top-level