|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Describes a single configurable parameter accepted by a tap statistic. More...
#include <stat_tap_ui.h>
Public Attributes | |
| param_type | type |
| const char * | name |
| const char * | title |
| const enum_val_t * | enum_vals |
| bool | optional |
Describes a single configurable parameter accepted by a tap statistic.
| const enum_val_t* _tap_param::enum_vals |
Array of valid enumeration values; only used when type == PARAM_ENUM
| const char* _tap_param::name |
Short name used in error and diagnostic messages
| bool _tap_param::optional |
True if this parameter may be omitted by the user
| const char* _tap_param::title |
Human-readable label shown in GUI widgets
| param_type _tap_param::type |
Data type and widget style for this parameter