]> git.ipfire.org Git - people/ms/suricata.git/commit - src/app-layer-parser.h
app-layer: register per proto logger bits
authorVictor Julien <victor@inliniac.net>
Thu, 5 Oct 2017 19:07:41 +0000 (21:07 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 8 Jan 2018 17:23:27 +0000 (18:23 +0100)
commit01724f04fab479b208534bc9e5fc9ea8b957f29b
tree9cf1407b6398928d57fcfaf1fe7c7b9ce834ed09
parent40986b1f61d26e9093cf6475e00809619c83d317
app-layer: register per proto logger bits

Create a bitmap of the loggers per protocol. This is done at runtime
based on the loggers that are enabled. Take the logger_id for each
logger and store it as a bitmap in the app-layer protcol storage.

Goal is to be able to use it as an expectation later.
src/app-layer-parser.c
src/app-layer-parser.h
src/runmodes.c