Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
blf_date Struct Reference

Represents a date and time value as used in BLF file headers. More...

#include <blf.h>

Public Attributes

uint16_t year
uint16_t month
uint16_t dayofweek
uint16_t day
uint16_t hour
uint16_t mins
uint16_t sec
uint16_t ms

Detailed Description

Represents a date and time value as used in BLF file headers.

Member Data Documentation

◆ day

uint16_t blf_date::day

Day of the month: 1–31.

◆ dayofweek

uint16_t blf_date::dayofweek

Day of the week: 0 = Sunday … 6 = Saturday.

◆ hour

uint16_t blf_date::hour

Hour of the day in 24-hour format: 0–23.

◆ mins

uint16_t blf_date::mins

Minutes: 0–59.

◆ month

uint16_t blf_date::month

Month of the year: 1 = January … 12 = December.

◆ ms

uint16_t blf_date::ms

Milliseconds: 0–999.

◆ sec

uint16_t blf_date::sec

Seconds: 0–59.

◆ year

uint16_t blf_date::year

Full calendar year (e.g. 2024).


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