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

Information about a recent capture file. More...

#include <workspace_state.h>

Public Attributes

QString filename
 
qint64 size = 0
 
bool accessible = false
 

Detailed Description

Information about a recent capture file.

Stores the filename along with cached status information (size and accessibility) that is updated asynchronously.

Member Data Documentation

◆ accessible

bool RecentFileInfo::accessible = false

true if the file exists and is readable at last status check.

◆ filename

QString RecentFileInfo::filename

Absolute path to the capture file.

◆ size

qint64 RecentFileInfo::size = 0

Cached file size in bytes; 0 until the async status check completes.


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