![]() |
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Extended metadata for a 64-bit value-string mapping array. More...
#include <value_string.h>
Public Attributes | |
_val64_string_match2_t | _vs_match2 |
uint64_t | _vs_first_value |
unsigned | _vs_num_entries |
const val64_string * | _vs_p |
const char * | _vs_name |
wmem_allocator_t * | _scope |
Extended metadata for a 64-bit value-string mapping array.
Encapsulates additional information and utilities for working with a val64_string
array, including match logic, bounds, and memory scope.
wmem_allocator_t* _val64_string_ext::_scope |
Memory scope used for allocation and cleanup.
uint64_t _val64_string_ext::_vs_first_value |
First value in the val64_string array.
_val64_string_match2_t _val64_string_ext::_vs_match2 |
Optional custom match function for advanced lookup.
const char* _val64_string_ext::_vs_name |
Descriptive name for diagnostics and error messages.
unsigned _val64_string_ext::_vs_num_entries |
Number of entries in the array (excluding final {0, NULL}).
const val64_string* _val64_string_ext::_vs_p |
Pointer to the val64_string array.