Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_val64_string Struct Reference

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

#include <value_string.h>

Public Attributes

uint64_t value
 
const char * strptr
 

Detailed Description

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

Used to associate a uint64_t value with a human-readable string. This is useful for converting large numeric constants to descriptive labels in protocol dissectors, debug output, or UI elements.

Member Data Documentation

◆ strptr

const char* _val64_string::strptr

Corresponding string representation.

◆ value

uint64_t _val64_string::value

Numeric value to match.


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