]> git.ipfire.org Git - thirdparty/snort3.git/commit
Merge pull request #1109 in SNORT/snort3 from action_header_fix to master
authorRuss Combs (rucombs) <rucombs@cisco.com>
Thu, 22 Feb 2018 21:55:02 +0000 (16:55 -0500)
committerRuss Combs (rucombs) <rucombs@cisco.com>
Thu, 22 Feb 2018 21:55:02 +0000 (16:55 -0500)
commit65d341096c0d50cd225f6d8aae587d2ad2b28620
tree54a07816d43d16e7348f4ae3af4483a23d17bb05
parent058d47c05f82a16d8d5f5914ed882b448278ecbb
Merge pull request #1109 in SNORT/snort3 from action_header_fix to master

Squashed commit of the following:

commit d36f4b59bdbffd7dc89ec484f9dc95400f6edb07
Author: Micheal Okutubo <mokutubo@cisco.com>
Date:   Tue Feb 13 13:51:37 2018 -0500

    actions: refactor actions.h into a class with static methods

    actions: remove redundant identifiers and macros

    actions: change redundant identifiers

    actions: refactor actions.h into a class
28 files changed:
src/actions/act_react.cc
src/actions/act_reject.cc
src/actions/act_replace.cc
src/actions/actions.cc
src/actions/actions.h
src/detection/detection_engine.cc
src/detection/detection_engine.h
src/detection/detection_util.cc
src/detection/fp_detect.cc
src/detection/rules.h
src/detection/treenodes.h
src/events/event_queue.h
src/filters/sfrf.cc
src/filters/sfrf.h
src/filters/sfrf_test.cc
src/framework/ips_action.h
src/main/modules.cc
src/main/snort_config.h
src/managers/action_manager.cc
src/managers/action_manager.h
src/parser/parse_conf.cc
src/parser/parse_conf.h
src/parser/parse_rule.cc
src/parser/parser.cc
src/parser/parser.h
src/service_inspectors/http_inspect/test/http_module_test.cc
src/service_inspectors/http_inspect/test/http_transaction_test.cc
src/service_inspectors/http_inspect/test/http_uri_norm_test.cc