|
Wireshark 4.7.2
The Wireshark network protocol analyzer
|
Maps a string key to a string value, used for table-driven string-to-string lookups. More...
#include <value_string.h>
Public Attributes | |
| const char * | value |
| const char * | strptr |
Maps a string key to a string value, used for table-driven string-to-string lookups.
| const char* _string_string::strptr |
The human-readable string returned when value is matched.
| const char* _string_string::value |
The string key to match against during lookup.