|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Fully describes a packet range selection, including UI settings, derived counts, and dependency sets used when iterating over a capture file. More...
#include <packet_range.h>
Fully describes a packet range selection, including UI settings, derived counts, and dependency sets used when iterating over a capture file.
| capture_file* packet_range_tag::cf |
Capture file these counts apply to
| uint32_t packet_range_tag::displayed_cnt |
Total displayed packets
| uint32_t packet_range_tag::displayed_ignored_cnt |
Displayed packets that are ignored
| uint32_t packet_range_tag::displayed_ignored_mark_range_cnt |
Displayed ignored packets within the marked range
| uint32_t packet_range_tag::displayed_ignored_marked_cnt |
Displayed packets that are both ignored and marked
| uint32_t packet_range_tag::displayed_ignored_selection_range_cnt |
Displayed ignored packets within the current selection range
| uint32_t packet_range_tag::displayed_ignored_user_range_cnt |
Displayed ignored packets within the user-specified range
| uint32_t packet_range_tag::displayed_mark_range_cnt |
Displayed packets within the marked range
| GHashTable* packet_range_tag::displayed_mark_range_plus_depends |
Set of displayed marked-range frames plus their dependents
| uint32_t packet_range_tag::displayed_mark_range_plus_depends_cnt |
Displayed marked-range packets plus their dependents
| uint32_t packet_range_tag::displayed_marked_cnt |
Displayed packets that are marked
| GHashTable* packet_range_tag::displayed_marked_plus_depends |
Set of displayed marked frames plus their dependents
| uint32_t packet_range_tag::displayed_marked_plus_depends_cnt |
Displayed marked packets plus their dependents
| uint32_t packet_range_tag::displayed_plus_dependents_cnt |
Displayed packets plus their dependents
| GHashTable* packet_range_tag::displayed_selected_plus_depends |
Set of displayed selected frames plus their dependents
| uint32_t packet_range_tag::displayed_selected_plus_depends_cnt |
Displayed selected packets plus their dependents
| uint32_t packet_range_tag::displayed_selection_range_cnt |
Displayed packets within the current selection range
| uint32_t packet_range_tag::displayed_user_range_cnt |
Displayed packets within the user-specified range
| GHashTable* packet_range_tag::displayed_user_range_plus_depends |
Set of displayed user-range frames plus their dependents
| uint32_t packet_range_tag::displayed_user_range_plus_depends_cnt |
Displayed user-range packets plus their dependents
| uint32_t packet_range_tag::ignored_cnt |
Packets flagged as ignored
| uint32_t packet_range_tag::ignored_mark_range_cnt |
Ignored packets within the marked range
| uint32_t packet_range_tag::ignored_marked_cnt |
Packets that are both ignored and marked
| uint32_t packet_range_tag::ignored_selection_range_cnt |
Ignored packets within the current selection range
| uint32_t packet_range_tag::ignored_user_range_cnt |
Ignored packets within the user-specified range
| bool packet_range_tag::include_dependents |
If true, also process packets that others in the range depend on
| uint32_t packet_range_tag::mark_range_cnt |
Packets within the marked range
| GHashTable* packet_range_tag::mark_range_plus_depends |
Set of captured marked-range frames plus their dependents
| uint32_t packet_range_tag::mark_range_plus_depends_cnt |
Marked-range packets plus their dependents
| GHashTable* packet_range_tag::marked_plus_depends |
Set of captured marked frames plus their dependents
| uint32_t packet_range_tag::marked_plus_depends_cnt |
Marked packets plus their dependents
| bool packet_range_tag::marked_range_active |
True while an iteration over the marked range is in progress
| uint32_t packet_range_tag::marked_range_left |
Number of marked-range packets still to be processed in the current iteration
| packet_range_e packet_range_tag::process |
Which packet subset to process (see packet_range_e)
| bool packet_range_tag::process_filtered |
If true, restrict processing to display-filtered packets; otherwise use captured packets
| bool packet_range_tag::remove_ignored |
If true, exclude ignored packets from processing
| GHashTable* packet_range_tag::selected_plus_depends |
Set of captured selected frames plus their dependents
| uint32_t packet_range_tag::selected_plus_depends_cnt |
Selected packets plus their dependents
| range_t* packet_range_tag::selection_range |
Range derived from the current packet selection in the UI
| uint32_t packet_range_tag::selection_range_cnt |
Packets within the current selection range
| convert_ret_t packet_range_tag::selection_range_status |
Validity status of selection_range
| range_t* packet_range_tag::user_range |
Parsed representation of the user-supplied range string; NULL if not set
| uint32_t packet_range_tag::user_range_cnt |
Packets within the user-specified range
| GHashTable* packet_range_tag::user_range_plus_depends |
Set of captured user-range frames plus their dependents
| uint32_t packet_range_tag::user_range_plus_depends_cnt |
User-range packets plus their dependents
| convert_ret_t packet_range_tag::user_range_status |
Parse/conversion status of user_range; indicates any error if NULL