Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
ws_file_preview_stats Struct Reference

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
 

Detailed Description

Summary statistics gathered during a capture file preview scan.

Member Data Documentation

◆ data_records

uint32_t ws_file_preview_stats::data_records

Number of data (packet) records in the file

◆ have_times

bool ws_file_preview_stats::have_times

True if valid start and stop timestamps were found in the file

◆ records

uint32_t ws_file_preview_stats::records

Total number of records (including non-data records) in the file

◆ start_time

double ws_file_preview_stats::start_time

Timestamp of the first record in seconds with nanosecond resolution

◆ stop_time

double ws_file_preview_stats::stop_time

Timestamp of the last record in seconds with nanosecond resolution


The documentation for this struct was generated from the following file: