]> git.ipfire.org Git - thirdparty/snort3.git/commit
Merge pull request #1622 in SNORT/snort3 from ~MASHASAN/snort3:rna_framework to master
authorMike Stepanek (mstepane) <mstepane@cisco.com>
Mon, 3 Jun 2019 20:38:59 +0000 (16:38 -0400)
committerMike Stepanek (mstepane) <mstepane@cisco.com>
Mon, 3 Jun 2019 20:38:59 +0000 (16:38 -0400)
commitf37c96265d47374e07814aa5cdc353f91c9d70c0
tree8ffbe2d39362e2e9f8975d6a177a85a6950dd367
parentfddde145b138fd1e998253502fd44c057562b169
Merge pull request #1622 in SNORT/snort3 from ~MASHASAN/snort3:rna_framework to master

Squashed commit of the following:

commit d49a2affbec8e24f642ce811c10141cf19435dda
Author: Masud Hasan <mashasan@cisco.com>
Date:   Wed May 29 12:37:25 2019 -0400

    rna: Introducing barebone RNA module and inspector
12 files changed:
src/network_inspectors/CMakeLists.txt
src/network_inspectors/network_inspectors.cc
src/network_inspectors/rna/CMakeLists.txt [new file with mode: 0644]
src/network_inspectors/rna/dev_notes.txt [new file with mode: 0644]
src/network_inspectors/rna/rna_config.h [new file with mode: 0644]
src/network_inspectors/rna/rna_inspector.cc [new file with mode: 0644]
src/network_inspectors/rna/rna_inspector.h [new file with mode: 0644]
src/network_inspectors/rna/rna_module.cc [new file with mode: 0644]
src/network_inspectors/rna/rna_module.h [new file with mode: 0644]
tools/snort2lua/preprocessor_states/CMakeLists.txt
tools/snort2lua/preprocessor_states/pps_rna.cc [new file with mode: 0644]
tools/snort2lua/preprocessor_states/preprocessor_api.cc