]> git.ipfire.org Git - thirdparty/suricata.git/commit
af-packet: use time() instead of GetTime()
authorEric Leblond <eric@regit.org>
Tue, 26 Apr 2016 17:55:51 +0000 (19:55 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 20 May 2016 10:32:40 +0000 (12:32 +0200)
commit49612128f3b24b4224d58842cff1540fc9a42b08
tree0642602b2c15d2588b95695ad9497cf01eace6c9
parent88f5d7d16605d43afb44d134facf26239af48b45
af-packet: use time() instead of GetTime()

As we only use the second we don't need GetTime() which is slower
and get us milliseconds.
src/source-af-packet.c