|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
A single contiguous slice within a display filter range expression. More...
#include <drange.h>
Public Attributes | |
| int | start_offset |
| int | length |
| int | end_offset |
| drange_node_end_t | ending |
A single contiguous slice within a display filter range expression.
| int _drange_node::end_offset |
Absolute end offset of the slice; valid when ending == DRANGE_NODE_END_T_OFFSET
| drange_node_end_t _drange_node::ending |
Indicates how the end boundary of this node is interpreted
| int _drange_node::length |
Length of the slice in bytes; valid when ending == DRANGE_NODE_END_T_LENGTH
| int _drange_node::start_offset |
Byte offset at which the slice begins (inclusive)