]> git.ipfire.org Git - thirdparty/suricata.git/commit
sources: fix pipeline failure handling
authorVictor Julien <victor@inliniac.net>
Mon, 11 Nov 2019 14:26:32 +0000 (15:26 +0100)
committerVictor Julien <victor@inliniac.net>
Fri, 7 Feb 2020 14:43:10 +0000 (15:43 +0100)
commit7c83cb585e634fab7f94a5b4ebddbc54365325d9
treea721f2f5898e84c72412c8df8d7f8873c334e48e
parent49599dfe8949bf71186aa0205f680ccac00eab42
sources: fix pipeline failure handling

When TmThreadsSlotProcessPkt fails it will return the packet that was
passed to it to the packetpool.

Some of the packet sources were doing this manually as well. This patch
fixes those sources.
src/source-af-packet.c
src/source-erf-dag.c
src/source-ipfw.c
src/source-napatech.c
src/source-netmap.c
src/source-nflog.c
src/source-nfq.c
src/source-pfring.c
src/source-windivert.c