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

Log manifest entry containing timestamp and process ID. More...

#include <wslog.h>

Public Attributes

struct tm tstamp_secs
 
long nanosecs
 
intmax_t pid
 

Detailed Description

Log manifest entry containing timestamp and process ID.

Represents a single log event with second-level and nanosecond-level timestamp precision, along with the originating process ID.

Member Data Documentation

◆ nanosecs

long ws_log_manifest_t::nanosecs

Nanoseconds component of the timestamp

◆ pid

intmax_t ws_log_manifest_t::pid

Process ID associated with the log entry

◆ tstamp_secs

struct tm ws_log_manifest_t::tstamp_secs

Timestamp (seconds resolution)


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