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

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
 

Detailed Description

A single selectable value option associated with a selector, radio, or multicheck argument.

Member Data Documentation

◆ arg_num

int _extcap_value::arg_num

Argument number of the parent arg sentence this value belongs to

◆ call

char* _extcap_value::call

CLI value string passed to the extcap when this option is selected

◆ display

char* _extcap_value::display

Human-readable label shown for this option in the GUI

◆ enabled

bool _extcap_value::enabled

True if this option is currently selectable in the GUI

◆ is_default

bool _extcap_value::is_default

True if this option is the pre-selected default

◆ parent

char* _extcap_value::parent

Call name of the parent value for hierarchical selectors; NULL if top-level


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