]> git.ipfire.org Git - thirdparty/suricata.git/commit
pfring/time: Track stat output with SCTime_t
authorJeff Lucovsky <jlucovsky@oisf.net>
Sun, 29 Jan 2023 14:28:38 +0000 (09:28 -0500)
committerVictor Julien <vjulien@oisf.net>
Mon, 6 Mar 2023 07:23:14 +0000 (08:23 +0100)
commit056c13c417461a3b9eaf0cc7f60d7b442912c25a
tree430f683df98f768f67241cd2a5ce87a6e1553c4c
parent59ab1c20eca573321ba1b8be19943be1cd2b4000
pfring/time: Track stat output with SCTime_t

Issue: 5818

This commit changes the datatype of the tracking value for the last time
stats were dumped.

Changing the type also eliminates a comparison between values with
different signs.
src/source-pfring.c