|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Describes a single file belonging to a capture file set. More...
#include <fileset.h>
Public Attributes | |
| char * | fullname |
| char * | name |
| time_t | ctime |
| time_t | mtime |
| int64_t | size |
| bool | current |
Describes a single file belonging to a capture file set.
| time_t _fileset_entry::ctime |
File creation timestamp
| bool _fileset_entry::current |
True if this entry represents the currently loaded capture file
| char* _fileset_entry::fullname |
File path including directory (heap-allocated via g_strdup)
| time_t _fileset_entry::mtime |
File last-modified timestamp
| char* _fileset_entry::name |
File name without directory path (heap-allocated via g_strdup)
| int64_t _fileset_entry::size |
File size in bytes