]> git.ipfire.org Git - thirdparty/snort3.git/commit
Merge pull request #1949 in SNORT/snort3 from ~OSERHIIE/snort3:trace_bitmask to master
authorSteve Chew (stechew) <stechew@cisco.com>
Fri, 28 Feb 2020 03:58:34 +0000 (03:58 +0000)
committerSteve Chew (stechew) <stechew@cisco.com>
Fri, 28 Feb 2020 03:58:34 +0000 (03:58 +0000)
commit072edee259cebbff312fa8f8ad04d896bf73e562
tree2d24612c5ee101c7b91e7a3d459df2f6b11e64e9
parent23e1b4324bf904cb2c8f06711843e114a229f86f
Merge pull request #1949 in SNORT/snort3 from ~OSERHIIE/snort3:trace_bitmask to master

Squashed commit of the following:

commit 4cccd12b0aacbc85543aabc63db1ad5212bc4a7d
Author: Oleksandr Serhiienko <oserhiie@cisco.com>
Date:   Wed Feb 12 19:31:05 2020 +0200

    detection: refactoring updates to detection. Moved DetectionModule into a separate file.

commit cded4b12458ea9d4c7456ebd93041482a91c2a30
Author: Serhii Vlasiuk <svlasiuk@cisco.com>
Date:   Tue Feb 4 20:34:00 2020 +0200

    framework: add generic convertation trace string to bitmaks.

commit 29c144ae2e148b35d76bebef24146d84adc83311
Author: Oleksandr Serhiienko <oserhiie@cisco.com>
Date:   Thu Jan 16 17:08:49 2020 +0200

    detection: added support for trace config option to take a list of strings with verbosity level instead of bitmask
14 files changed:
src/detection/CMakeLists.txt
src/detection/context_switcher.cc
src/detection/detect_trace.cc
src/detection/detect_trace.h
src/detection/detection_engine.cc
src/detection/detection_module.cc [new file with mode: 0644]
src/detection/detection_module.h [new file with mode: 0644]
src/detection/detection_options.cc
src/detection/fp_detect.cc
src/framework/module.cc
src/framework/module.h
src/framework/value.h
src/main/modules.cc
src/main/modules.h