|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Represents a symbolic enumeration entry. More...
#include <introspection.h>
Public Attributes | |
| const char * | symbol |
| int | value |
Represents a symbolic enumeration entry.
Each entry maps a symbolic name to an integer value, typically used for lookup tables, configuration constants, or protocol identifiers.
| const char* ws_enum_t::symbol |
The symbolic name of the enumeration entry.
| int ws_enum_t::value |
The corresponding integer value.