]> git.ipfire.org Git - thirdparty/suricata.git/commit
examples: rename lib capture example to custom
authorJason Ish <jason.ish@oisf.net>
Wed, 10 Apr 2024 16:58:56 +0000 (10:58 -0600)
committerVictor Julien <victor@inliniac.net>
Tue, 1 Apr 2025 08:17:04 +0000 (10:17 +0200)
commit4b715a84cfa44d5f724a236388c0cdfedca9c7e2
tree869966129734fa90d39d7e41ee69b1ddbccc38d9
parentee9714e593dae89fabd3ba823b762a8f3ace9d78
examples: rename lib capture example to custom

To keep the simple example simple, move the lib based capture method
example to its own example.

Ticket: #7240
Makefile.am
configure.ac
examples/lib/custom/.gitignore [new file with mode: 0644]
examples/lib/custom/Makefile.am [new file with mode: 0644]
examples/lib/custom/Makefile.example.in [new file with mode: 0644]
examples/lib/custom/README.md [new file with mode: 0644]
examples/lib/custom/main.c [new file with mode: 0644]
examples/lib/simple/Makefile.example.in
examples/lib/simple/main.c