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

Represents a key used in a wmem tree. More...

#include <wmem_tree.h>

Public Attributes

uint32_t length
 
uint32_t * key
 

Detailed Description

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.

Member Data Documentation

◆ key

uint32_t* _wmem_tree_key_t::key

Pointer to the key data.

◆ length

uint32_t _wmem_tree_key_t::length

length in uint32_t words


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