]> git.ipfire.org Git - thirdparty/snort3.git/commit
Merge pull request #2974 in SNORT/snort3 from ~YVELYKOZ/snort3:ips_byte_options_updat...
authorMike Stepanek (mstepane) <mstepane@cisco.com>
Wed, 21 Jul 2021 15:51:19 +0000 (15:51 +0000)
committerMike Stepanek (mstepane) <mstepane@cisco.com>
Wed, 21 Jul 2021 15:51:19 +0000 (15:51 +0000)
commitb34a8fe74a4b174913e4ee10af4ae2b11a4672c8
tree9ebd8f75c76f7befb22b7e04c8860e2b1774301c
parent9f182371f6579cabd5e21691c9c5e88938f8c844
Merge pull request #2974 in SNORT/snort3 from ~YVELYKOZ/snort3:ips_byte_options_update to master

Squashed commit of the following:

commit acf28ee21eba548ff0eae5119e57eb70683c52d7
Author: VytalyGorbatov <vytalygorbatovwork@gmail.com>
Date:   Mon May 17 09:14:21 2021 +0300

    ips_options: refactor byte_extract, byte_test, byte_math, byte_jump and related tests

    Move common logic to extract.cc.

commit 65523a0c2b8c6c8ac7dc6629ed7ab697776642d5
Author: Crowy-o <egor1velikogon@gmail.com>
Date:   Thu May 13 14:22:34 2021 +0300

    ips_options: add catch tests for byte_test, byte_jump, byte_math, byte_extract
src/framework/ips_option.cc
src/ips_options/CMakeLists.txt
src/ips_options/extract.cc
src/ips_options/extract.h
src/ips_options/ips_byte_extract.cc
src/ips_options/ips_byte_jump.cc
src/ips_options/ips_byte_math.cc
src/ips_options/ips_byte_test.cc