]> git.ipfire.org Git - thirdparty/suricata.git/commit
pcap-log: only allow one instance of pcap-log
authorJason Ish <jason.ish@oisf.net>
Tue, 1 Apr 2025 21:44:50 +0000 (15:44 -0600)
committerVictor Julien <victor@inliniac.net>
Mon, 7 Apr 2025 12:21:37 +0000 (14:21 +0200)
commitcddd3a261f413a38f3052872c75e712bc705011b
tree178c95bc7736938b4e5645d86b9013c056345742
parentfdc17b212586eef4a9c88580837bca4bd841eda9
pcap-log: only allow one instance of pcap-log

As a global is used to store state, only one instance can be used.

See https://redmine.openinfosecfoundation.org/issues/7640.
src/log-pcap.c