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

Maps an inclusive numeric range to a string value, used for table-driven range-to-string lookups. More...

#include <value_string.h>

Public Attributes

uint64_t value_min
uint64_t value_max
const char * strptr

Detailed Description

Maps an inclusive numeric range to a string value, used for table-driven range-to-string lookups.

Member Data Documentation

◆ strptr

const char* _range_string::strptr

Human-readable string returned when a queried value falls within [value_min, value_max].

◆ value_max

uint64_t _range_string::value_max

Inclusive upper bound of the numeric range for this entry.

◆ value_min

uint64_t _range_string::value_min

Inclusive lower bound of the numeric range for this entry.


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