]> git.ipfire.org Git - thirdparty/snort3.git/commit
Merge pull request #1483 in SNORT/snort3 from ~BBANTWAL/snort3:batching to master
authorMichael Altizer (mialtize) <mialtize@cisco.com>
Thu, 31 Jan 2019 20:11:09 +0000 (15:11 -0500)
committerMichael Altizer (mialtize) <mialtize@cisco.com>
Thu, 31 Jan 2019 20:11:09 +0000 (15:11 -0500)
commita8a93c26ae70fa5abca8daf547e41b229ad033fe
tree9432d51f5d5ab0c373822a27ca1ca729bf3144dd
parent3bdea79c7115d206b0f5041eb6a0cc337c28253c
Merge pull request #1483 in SNORT/snort3 from ~BBANTWAL/snort3:batching to master

Squashed commit of the following:

commit ecb607e1f70f760b545101a4dfa687f184aa2c36
Author: Jonathan McDowell <j.mcdowell@titan-ic.com>
Date:   Wed Jan 9 14:36:35 2019 +0000

    detection: Add search batching infrastructure

    Batch jobs for submission in fp_detect, allowing for a single
    submission of related buffers in the MPSE. Add a generic search_batch()
    which just calls search() for each MPSE instance, and a
    receive_responses() to provide initial infrastructure for asynchronous
    operation.
src/detection/dev_notes.txt
src/detection/fp_detect.cc
src/detection/fp_detect.h
src/detection/ips_context.h
src/framework/mpse.cc
src/framework/mpse.h
src/search_engines/test/hyperscan_test.cc
src/search_engines/test/search_tool_test.cc