mirror of https://github.com/OISF/suricata
detect: config keyword transaction logic fix
When the keyword config:logging disable,type tx is used, OutputTxLog checks a flag to skip the transaction without logging it, but AppLayerParserTransactionsCleanup waits for the transaction to be marked as logged to clean it. So, OutputTxLog now marks the tx as logged, so that it can get cleaned away. Ticket: #5456pull/8434/head
parent
37f13a4fc7
commit
0c0fcc9411
Loading…
Reference in New Issue