|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Information about a recent capture file. More...
#include <workspace_state.h>
Public Attributes | |
| QString | filename |
| qint64 | size = 0 |
| bool | accessible = false |
Information about a recent capture file.
Stores the filename along with cached status information (size and accessibility) that is updated asynchronously.
| bool RecentFileInfo::accessible = false |
true if the file exists and is readable at last status check.
| QString RecentFileInfo::filename |
Absolute path to the capture file.
| qint64 RecentFileInfo::size = 0 |
Cached file size in bytes; 0 until the async status check completes.