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

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
 

Detailed Description

A single contiguous slice within a display filter range expression.

Member Data Documentation

◆ end_offset

int _drange_node::end_offset

Absolute end offset of the slice; valid when ending == DRANGE_NODE_END_T_OFFSET

◆ ending

drange_node_end_t _drange_node::ending

Indicates how the end boundary of this node is interpreted

◆ length

int _drange_node::length

Length of the slice in bytes; valid when ending == DRANGE_NODE_END_T_LENGTH

◆ start_offset

int _drange_node::start_offset

Byte offset at which the slice begins (inclusive)


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