Wireshark 4.7.2
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
_bytes_string Struct Reference

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

Detailed Description

Maps a byte sequence key to a string value, used for table-driven binary-pattern-to-string lookups.

Member Data Documentation

◆ strptr

const char* _bytes_string::strptr

Human-readable string returned when value matches the queried byte sequence.

◆ value

const uint8_t* _bytes_string::value

Pointer to the raw byte sequence to match against during lookup.

◆ value_length

const size_t _bytes_string::value_length

Length in bytes of the byte sequence pointed to by value.


The documentation for this struct was generated from the following file: