|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Summary statistics gathered during a capture file preview scan. More...
#include <file_dialog.h>
Public Attributes | |
| bool | have_times |
| double | start_time |
| double | stop_time |
| uint32_t | records |
| uint32_t | data_records |
Summary statistics gathered during a capture file preview scan.
| uint32_t ws_file_preview_stats::data_records |
Number of data (packet) records in the file
| bool ws_file_preview_stats::have_times |
True if valid start and stop timestamps were found in the file
| uint32_t ws_file_preview_stats::records |
Total number of records (including non-data records) in the file
| double ws_file_preview_stats::start_time |
Timestamp of the first record in seconds with nanosecond resolution
| double ws_file_preview_stats::stop_time |
Timestamp of the last record in seconds with nanosecond resolution