]> git.ipfire.org Git - thirdparty/suricata.git/commit
output-packet: rename register function and document
authorJason Ish <jason.ish@oisf.net>
Tue, 27 Aug 2024 22:33:58 +0000 (16:33 -0600)
committerVictor Julien <victor@inliniac.net>
Sat, 31 Aug 2024 08:53:59 +0000 (10:53 +0200)
commit7b4271c3098c31ae0051cd5b1df0a5fe738409ca
tree081c74bd1f611baad0a79739e4143be37567f5a4
parent8735c02995098cfa9d3352eec97cd1603d0aa9ce
output-packet: rename register function and document

Rename OutputRegisterPacketLogger to SCOutputRegisterPacketLogger as
its part of the public API and document its parameters.

Comment on the other functions in the header that they are part of the
internal API.

Ticket: #7227
examples/plugins/c-custom-loggers/custom-logger.c
src/output-packet.c
src/output-packet.h
src/runmodes.c