]> git.ipfire.org Git - thirdparty/suricata.git/commit
time: Rework SCTime_t into a struct
authorJeff Lucovsky <jlucovsky@oisf.net>
Mon, 16 Jan 2023 15:57:46 +0000 (10:57 -0500)
committerVictor Julien <vjulien@oisf.net>
Tue, 24 Jan 2023 09:44:49 +0000 (10:44 +0100)
commit9fbe68364259ea71fcd0d22521afcaddefdc744d
tree4ae964b9fe36a6ffe3edf896e44488a12a72e614
parent31793aface58a11897145ba62735e404731dabfe
time: Rework SCTime_t into a struct

Issue: 5718

This commit changes SCTime_t to a struct with members setup as
bitfields.
12 files changed:
src/defrag.c
src/detect-engine-tag.c
src/detect-engine-threshold.c
src/detect-threshold.c
src/flow-util.h
src/flow.h
src/packet.c
src/source-af-packet.c
src/source-erf-file.c
src/source-pcap.c
src/util-time.c
src/util-time.h