]> git.ipfire.org Git - thirdparty/suricata.git/commit
plugins: rename SCPLuginFileType to SCEveFileType
authorJason Ish <jason.ish@oisf.net>
Wed, 26 May 2021 18:26:38 +0000 (12:26 -0600)
committerVictor Julien <victor@inliniac.net>
Mon, 20 Sep 2021 15:31:15 +0000 (17:31 +0200)
commit784a080201844f88c48893b74ac622e08e5b1cb3
tree6bee42054930a10801627dee67a2d7871a795ff8
parentf221c344edaa81d58fac9a569704e32e6e0048dd
plugins: rename SCPLuginFileType to SCEveFileType

With internal code using the plugin API to register an Eve
filetype, the name plugin no longer makes sense. This is
part of my idea that internal plugins aren't plugins at all,
and the plugin interface should be an abstraction over
internal APIs.

Along that idea, this is the start of a refactor of the plugin
file types to be internal, where the plugin API is just an external
interface to that internal API.
src/output-eve-syslog.c
src/output-json.c
src/output-json.h
src/suricata-plugin.h
src/util-logopenfile.h
src/util-plugin.c
src/util-plugin.h