]> git.ipfire.org Git - thirdparty/suricata.git/commit
app-layer: scripts to setup app-layer templates 1634/head
authorJason Ish <ish@unx.ca>
Tue, 1 Sep 2015 21:20:13 +0000 (15:20 -0600)
committerJason Ish <ish@unx.ca>
Fri, 11 Sep 2015 05:55:02 +0000 (23:55 -0600)
commit4a738023d5ac945f0109ceb13fcc43e3f3095453
tree713a064b27f2c80a6e1dcb16ce7a42c520f44099
parent06beca62f58621a05c6027021d093d836ce02323
app-layer: scripts to setup app-layer templates

setup-app-layer.sh sets up an application layer detector and
parser template.

setup-app-layer-logger.sh sets up a JSON application layer
transaction logger for an application parser that has
already been provisioned.

setup-app-layer-detect.sh sets up a keyword for performing
content inspections on buffers created by the application
layer.
scripts/setup-app-layer-detect.sh [new file with mode: 0755]
scripts/setup-app-layer-logger.sh [new file with mode: 0755]
scripts/setup-app-layer.sh [new file with mode: 0755]