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

Mapping between a 32-bit integer value and its string representation. More...

#include <value_string.h>

Public Attributes

uint32_t value
const char * strptr

Detailed Description

Mapping between a 32-bit integer value and its string representation.

Used to associate a uint32_t value with a human-readable string. This is commonly employed in protocol dissectors and diagnostic tools to convert numeric constants into descriptive labels.

Member Data Documentation

◆ strptr

const char* _value_string::strptr

Corresponding string representation.

◆ value

uint32_t _value_string::value

Numeric value to match.


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