]> git.ipfire.org Git - thirdparty/suricata.git/commit
examples: add custom logging plugin
authorJason Ish <jason.ish@oisf.net>
Mon, 26 Aug 2024 22:12:16 +0000 (16:12 -0600)
committerVictor Julien <victor@inliniac.net>
Sat, 31 Aug 2024 08:53:59 +0000 (10:53 +0200)
commitcdcb3951429cac4ee3d4a5f426f05e64232b9fbe
tree09e5cb4a6e816f45a8f1bbb6db5d14f068293085
parent3d2820ba39015d9485cef9cbcdb0d02242c7c718
examples: add custom logging plugin

Add an example custom logger that hooks into the low level packet and
flow logging callbacks.

Ticket: #7227
.github/workflows/builds.yml
configure.ac
examples/plugins/c-custom-loggers/.gitignore [new file with mode: 0644]
examples/plugins/c-custom-loggers/Makefile.in [new file with mode: 0644]
examples/plugins/c-custom-loggers/README.md [new file with mode: 0644]
examples/plugins/c-custom-loggers/custom-logger.c [new file with mode: 0644]