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

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
 

Detailed Description

Describes a single file belonging to a capture file set.

Member Data Documentation

◆ ctime

time_t _fileset_entry::ctime

File creation timestamp

◆ current

bool _fileset_entry::current

True if this entry represents the currently loaded capture file

◆ fullname

char* _fileset_entry::fullname

File path including directory (heap-allocated via g_strdup)

◆ mtime

time_t _fileset_entry::mtime

File last-modified timestamp

◆ name

char* _fileset_entry::name

File name without directory path (heap-allocated via g_strdup)

◆ size

int64_t _fileset_entry::size

File size in bytes


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