]> git.ipfire.org Git - thirdparty/suricata.git/commit
napatech: Implementation of packet counters 2862/head
authorPhil Young <py@napatech.com>
Mon, 17 Jul 2017 14:59:00 +0000 (10:59 -0400)
committerVictor Julien <victor@inliniac.net>
Tue, 1 Aug 2017 08:13:54 +0000 (10:13 +0200)
commit17d9616fde7f06257920ad4de6ba09f030a34d1f
treec093f2860630b2e87819db0ceb7ba041902f607f
parent01801c6d7c07dbe9f3203308573471a86edfdaf0
napatech: Implementation of packet counters

added util-napatech module which contains implementation threads
for processing statistics.  And modified source-napatech and
runmode-napatech to instantiate the threads.

napatech: Implementation of packet counters

napatech: implementation of statistics counters

napatech: Implementation of packet counters.

napatech: added util-napatech module

napatech: added utils-napatech module.

added include declaration and napatech specific structure when HAVE_NAPATECH
is defined.

Added util-napatech module to project.
src/Makefile.am
src/decode.h
src/runmode-napatech.c
src/runmode-napatech.h
src/source-napatech.c
src/source-napatech.h
src/util-napatech.c [new file with mode: 0644]
src/util-napatech.h [new file with mode: 0644]