]> git.ipfire.org Git - thirdparty/suricata.git/commit
flowworker: initial support
authorVictor Julien <victor@inliniac.net>
Tue, 19 Apr 2016 16:06:32 +0000 (18:06 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 20 May 2016 07:04:17 +0000 (09:04 +0200)
commit52d500c670a343a1503dc959c2b087979eb8346f
treef1a17586b73175ca87e983b770d7e4ff94c27e5b
parent408948815f4cc4a6b7a9fbcbc7bc9bbe073a30f3
flowworker: initial support

Initial version of the 'FlowWorker' thread module. This module
combines Flow handling, TCP handling, App layer handling and
Detection in a single module. It does all flow related processing
under a single flow lock.
15 files changed:
src/Makefile.am
src/detect-engine.c
src/detect.c
src/flow-worker.c [new file with mode: 0644]
src/flow-worker.h [new file with mode: 0644]
src/runmode-erf-file.c
src/runmode-pcap-file.c
src/runmode-tile.c
src/stream-tcp.c
src/suricata.c
src/tm-modules.c
src/tm-threads-common.h
src/tm-threads.c
src/util-runmodes.c
src/util-validate.h