]> git.ipfire.org Git - thirdparty/snort3.git/commit
initial version of regex offload
authorRuss Combs <rucombs@cisco.com>
Fri, 4 Nov 2016 14:02:17 +0000 (10:02 -0400)
committerRuss Combs <rucombs@cisco.com>
Wed, 18 Jan 2017 17:05:33 +0000 (12:05 -0500)
commit559f8f5c32909a2b8e8c2c91ed9dc086b17a0553
treeb63926c7c7d97abf3135f0b2f058d43649c4fe2f
parentc6e53b27566d45d868b41700c08f67d2bcb942da
initial version of regex offload
16 files changed:
src/detection/CMakeLists.txt
src/detection/Makefile.am
src/detection/context_switcher.cc
src/detection/context_switcher.h
src/detection/detection_engine.cc
src/detection/detection_engine.h
src/detection/fp_detect.cc
src/detection/fp_detect.h
src/detection/ips_context.cc
src/detection/ips_context.h
src/detection/regex_offload.cc [new file with mode: 0644]
src/detection/regex_offload.h [new file with mode: 0644]
src/flow/flow.cc
src/flow/flow.h
src/stream/tcp/tcp_reassembler.cc
src/stream/tcp/tcp_session.cc