![]() |
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Mapping between a 32-bit integer value and its string representation. More...
#include <value_string.h>
Public Attributes | |
uint32_t | value |
const char * | strptr |
Mapping between a 32-bit integer value and its string representation.
Used to associate a uint32_t
value with a human-readable string. This is commonly employed in protocol dissectors and diagnostic tools to convert numeric constants into descriptive labels.
const char* _value_string::strptr |
Corresponding string representation.
uint32_t _value_string::value |
Numeric value to match.