]> git.ipfire.org Git - thirdparty/snort3.git/commit
Merge pull request #2290 in SNORT/snort3 from ~MDAGON/snort3:packet_inj to master
authorMike Stepanek (mstepane) <mstepane@cisco.com>
Mon, 29 Jun 2020 20:32:01 +0000 (20:32 +0000)
committerMike Stepanek (mstepane) <mstepane@cisco.com>
Mon, 29 Jun 2020 20:32:01 +0000 (20:32 +0000)
commit980de3110ab01c50d15744a216e76b49d0c93f19
tree8cdcc911d09f34cfdbdda2db35bffbf84543c05c
parent5af5850fb15323bc110b9ef27319269c4cbdd746
Merge pull request #2290 in SNORT/snort3 from ~MDAGON/snort3:packet_inj to master

Squashed commit of the following:

commit b400fbede446c8e1e817f83763128e38fcd3ddad
Author: mdagon <mdagon@cisco.com>
Date:   Wed May 27 14:48:03 2020 -0400

    payload_injector: add payload injection utility
lua/snort.lua
src/CMakeLists.txt
src/main/modules.cc
src/payload_injector/CMakeLists.txt [new file with mode: 0644]
src/payload_injector/dev_notes.txt [new file with mode: 0644]
src/payload_injector/payload_injector_module.cc [new file with mode: 0644]
src/payload_injector/payload_injector_module.h [new file with mode: 0644]
src/payload_injector/test/CMakeLists.txt [new file with mode: 0644]
src/payload_injector/test/payload_injector_test.cc [new file with mode: 0644]