|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Iterator state for stepping through a packet range one frame at a time. More...
#include <packet_range.h>
Public Attributes | |
| packet_range_t * | range |
| uint32_t | current_frame |
Iterator state for stepping through a packet range one frame at a time.
| uint32_t packet_range_iter::current_frame |
Frame number of the current position within the range.
| packet_range_t* packet_range_iter::range |
Pointer to the packet range being iterated over.