]> git.ipfire.org Git - thirdparty/suricata.git/commit
log-pcap: remove tunnel locks 7445/head
authorVictor Julien <vjulien@oisf.net>
Mon, 30 May 2022 19:08:19 +0000 (21:08 +0200)
committerVictor Julien <vjulien@oisf.net>
Tue, 31 May 2022 07:42:15 +0000 (09:42 +0200)
commitebf062961597d06716361a67b03990c08ab40c0a
tree00d510eb3b9ff9b358a820b287d18f7349e67e14
parente7ab96c389cc0be4ef7874fc66972ce9d31cbc95
log-pcap: remove tunnel locks

The tunnel lock mutex only "protects" the tunnel synchronization,
not the packet data, length or datalink fields.
src/log-pcap.c
src/stream-tcp-list.c