|
Wireshark 4.7.2
The Wireshark network protocol analyzer
|
Maps an inclusive numeric range to a string value, used for table-driven range-to-string lookups. More...
#include <value_string.h>
Public Attributes | |
| uint64_t | value_min |
| uint64_t | value_max |
| const char * | strptr |
Maps an inclusive numeric range to a string value, used for table-driven range-to-string lookups.
| const char* _range_string::strptr |
| uint64_t _range_string::value_max |
Inclusive upper bound of the numeric range for this entry.
| uint64_t _range_string::value_min |
Inclusive lower bound of the numeric range for this entry.