|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Represents a key used in a wmem tree. More...
#include <wmem_tree.h>
Public Attributes | |
| uint32_t | length |
| uint32_t * | key |
Represents a key used in a wmem tree.
This structure defines a variable-length key used for indexing and lookup in a wmem_tree_t. Keys are composed of one or more 32-bit words, allowing for hierarchical or compound key structures.
| uint32_t* _wmem_tree_key_t::key |
Pointer to the key data.
| uint32_t _wmem_tree_key_t::length |
length in uint32_t words