]> git.ipfire.org Git - thirdparty/suricata.git/commit
plugins: check if eve file type is registered
authorJason Ish <jason.ish@oisf.net>
Mon, 31 May 2021 22:55:31 +0000 (16:55 -0600)
committerVictor Julien <victor@inliniac.net>
Mon, 20 Sep 2021 15:31:15 +0000 (17:31 +0200)
commit72369fd8cecb611ee786940a7e5e3ad7dd4b35ec
tree2ecfe9385973a416710a7fe91edade66a677c807
parenta8b603e509ad836e53626621d9a7aec62cfb0ff2
plugins: check if eve file type is registered

Instead of the 2 registration functions, just use one with
a utility method to check for conflicts against built-in
types.
src/util-plugin.c