|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Holds per-file state for reading an Ascend capture file. More...
#include <ascend-int.h>
Public Attributes | |
| time_t | inittime |
| bool | adjusted |
| int64_t | next_packet_seek_start |
Holds per-file state for reading an Ascend capture file.
| bool ascend_t::adjusted |
Whether the timestamps in this file have been adjusted to an absolute epoch.
| time_t ascend_t::inittime |
Timestamp of the first packet, used as the reference epoch for relative time calculations.
| int64_t ascend_t::next_packet_seek_start |
File offset at which to begin seeking for the next packet record.