![]() |
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Mapping between a 64-bit integer value and its string representation. More...
#include <value_string.h>
Public Attributes | |
uint64_t | value |
const char * | strptr |
Mapping between a 64-bit integer value and its string representation.
Used to associate a uint64_t
value with a human-readable string. This is useful for converting large numeric constants to descriptive labels in protocol dissectors, debug output, or UI elements.
const char* _val64_string::strptr |
Corresponding string representation.
uint64_t _val64_string::value |
Numeric value to match.