|
Wireshark 4.7.2
The Wireshark network protocol analyzer
|
Maps a byte sequence key to a string value, used for table-driven binary-pattern-to-string lookups. More...
#include <value_string.h>
Public Attributes | |
| const uint8_t * | value |
| const size_t | value_length |
| const char * | strptr |
Maps a byte sequence key to a string value, used for table-driven binary-pattern-to-string lookups.
| const char* _bytes_string::strptr |
Human-readable string returned when value matches the queried byte sequence.
| const uint8_t* _bytes_string::value |
Pointer to the raw byte sequence to match against during lookup.
| const size_t _bytes_string::value_length |
Length in bytes of the byte sequence pointed to by value.