|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Defines a single named value within an enumerated preference or option type. More...
#include <params.h>
Public Attributes | |
| const char * | name |
| const char * | description |
| int | value |
Defines a single named value within an enumerated preference or option type.
| const char* enum_val_t::description |
Human-readable description displayed in combo boxes and option menus.
| const char* enum_val_t::name |
Command-line name for this enumeration value (e.g. "none", "tcp").
| int enum_val_t::value |
The underlying integer value this entry represents.