|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Represents a numeric range used in wmem's internal range tree. More...
#include <wmem_interval_tree.h>
Public Attributes | |
| uint64_t | low |
| uint64_t | high |
| uint64_t | max_edge |
Represents a numeric range used in wmem's internal range tree.
This structure defines a half-open interval [low, high] and is used as a node in a binary range tree. It supports efficient range queries and overlap detection.
| uint64_t _wmem_range_t::high |
Upper bound of the range .
| uint64_t _wmem_range_t::low |
Lower bound of the range; used as the tree key.
| uint64_t _wmem_range_t::max_edge |
Maximum high value among all descendant nodes in the subtree.