]> git.ipfire.org Git - thirdparty/suricata.git/commit
log/eve: Rename fileinfo alert object to files
authorJeff Lucovsky <jeff@lucovsky.org>
Wed, 16 Sep 2020 12:11:10 +0000 (08:11 -0400)
committerVictor Julien <victor@inliniac.net>
Thu, 24 Sep 2020 15:11:41 +0000 (17:11 +0200)
commitc5ace81a273a96c06aefd6c215ec3d49be965959
tree79810414ad93d8526b9428bb765e2b4548d7c971
parent69fffb2dc4b8e9dfecf866dd27f488a4ad1de9ff
log/eve: Rename fileinfo alert object to files

This commit changes the name of the "fileinfo" array in the alert object
to "files" to better support legacy use of "fileinfo" in reporting and
elsewhere.

The "fileinfo" event type is not an array while the alert "fileinfo"
member was.
src/output-json-alert.c