|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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 |
A display filter range composed of one or more drange_node slices.
| bool _drange::has_total_length |
True if total_length has been computed and is valid
| int _drange::max_start_offset |
Largest start_offset across all nodes in range_list
| int _drange::min_start_offset |
Smallest start_offset across all nodes in range_list
| GSList* _drange::range_list |
Linked list of drange_node entries making up the range
| int _drange::total_length |
Sum of all slice lengths; valid only when has_total_length is true