]> git.ipfire.org Git - thirdparty/suricata.git/commit
output/tx: split list of loggers per alproto 4503/head
authorVictor Julien <victor@inliniac.net>
Sun, 17 Nov 2019 12:45:42 +0000 (13:45 +0100)
committerVictor Julien <victor@inliniac.net>
Mon, 27 Jan 2020 19:20:08 +0000 (20:20 +0100)
commit9d0976ea8ac2e065d6ceb6b8354d80e63503cef7
tree167bd87d18bcd29405bb4a00eaf670d0dae09bf4
parent5b7aa506c169361ad30a25c113b8275dfe58c799
output/tx: split list of loggers per alproto

This patch splits the list of loggers the tx logging walks into lists per
alproto. The list was getting longer with each eve addition. The result
was that for each tx we would have to loop through multiple loggers that
did not apply to this tx as it was for the wrong protocol.
src/output-tx.c