[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-4.0.0-7-g17d9616
OISF Git
noreply at openinfosecfoundation.org
Wed Aug 2 08:44:25 UTC 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OISF".
The branch, master has been updated
via 17d9616fde7f06257920ad4de6ba09f030a34d1f (commit)
via 01801c6d7c07dbe9f3203308573471a86edfdaf0 (commit)
via 5f613e6e7deb0efc7c4b13a982402ef9126a4a27 (commit)
via f6838f9085b10380196aa8500fb861e3aefec079 (commit)
via ac12c04f114962eb7250730d810d96fc6575efb8 (commit)
via 88a3ba52d62020d023a4fe0084d340c20a63b6e1 (commit)
via 0f41172cc69083366e4d84702a3356d9f1774f24 (commit)
from b8428378ac6fb2365337ae765e19dfc0f4548e4a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 17d9616fde7f06257920ad4de6ba09f030a34d1f
Author: Phil Young <py at napatech.com>
Date: Mon Jul 17 10:59:00 2017 -0400
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.
commit 01801c6d7c07dbe9f3203308573471a86edfdaf0
Author: Phil Young <py at napatech.com>
Date: Mon Jul 17 10:11:26 2017 -0400
napatech: configuration changes.
Added comments describing parameter usage.
Changed example to use range formatting of streams.
commit 5f613e6e7deb0efc7c4b13a982402ef9126a4a27
Author: Phil Young <py at napatech.com>
Date: Mon Jul 17 10:08:02 2017 -0400
napatech: Added section describing packet counters.
commit f6838f9085b10380196aa8500fb861e3aefec079
Author: Phil Young <py at napatech.com>
Date: Mon Jul 17 10:03:44 2017 -0400
napatech: Added description of hba usage.
commit ac12c04f114962eb7250730d810d96fc6575efb8
Author: Victor Julien <victor at inliniac.net>
Date: Tue Aug 1 10:13:10 2017 +0200
detect-msg: cleanup error message
commit 88a3ba52d62020d023a4fe0084d340c20a63b6e1
Author: Andreas Herz <andi at geekosphere.org>
Date: Sun Jul 30 00:14:50 2017 +0200
rule-parser: ignore duplicated msg keyword
commit 0f41172cc69083366e4d84702a3356d9f1774f24
Author: jason taylor <jtfas90 at gmail.com>
Date: Mon Jul 31 11:41:19 2017 -0400
updated fedora libevent package names
Signed-off-by: jason taylor <jtfas90 at gmail.com>
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 4 +-
doc/userguide/capture-hardware/napatech.rst | 23 +
src/Makefile.am | 1 +
src/decode.h | 8 +
src/detect-msg.c | 4 +
src/runmode-napatech.c | 174 +++----
src/runmode-napatech.h | 10 +-
src/source-napatech.c | 236 +++++----
src/source-napatech.h | 17 +-
src/util-napatech.c | 736 ++++++++++++++++++++++++++++
src/util-napatech.h | 60 +++
suricata.yaml.in | 9 +-
12 files changed, 1081 insertions(+), 201 deletions(-)
create mode 100644 src/util-napatech.c
create mode 100644 src/util-napatech.h
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list