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

A display filter range composed of one or more drange_node slices. More...

#include <drange.h>

Public Attributes

GSList * range_list
 
bool has_total_length
 
int total_length
 
int min_start_offset
 
int max_start_offset
 

Detailed Description

A display filter range composed of one or more drange_node slices.

Member Data Documentation

◆ has_total_length

bool _drange::has_total_length

True if total_length has been computed and is valid

◆ max_start_offset

int _drange::max_start_offset

Largest start_offset across all nodes in range_list

◆ min_start_offset

int _drange::min_start_offset

Smallest start_offset across all nodes in range_list

◆ range_list

GSList* _drange::range_list

Linked list of drange_node entries making up the range

◆ total_length

int _drange::total_length

Sum of all slice lengths; valid only when has_total_length is true


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