|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
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 |
Represents a date and time value as used in BLF file headers.
| uint16_t blf_date::day |
Day of the month: 1–31.
| uint16_t blf_date::dayofweek |
Day of the week: 0 = Sunday … 6 = Saturday.
| uint16_t blf_date::hour |
Hour of the day in 24-hour format: 0–23.
| uint16_t blf_date::mins |
Minutes: 0–59.
| uint16_t blf_date::month |
Month of the year: 1 = January … 12 = December.
| uint16_t blf_date::ms |
Milliseconds: 0–999.
| uint16_t blf_date::sec |
Seconds: 0–59.
| uint16_t blf_date::year |
Full calendar year (e.g. 2024).