Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
detect: improve tx_id guessing for unidirectional protocols
So we get: 1. request arrives - buffered due to not ackd 2. response arrives, acks request - request is now parsed, response isn't 3. ack for response, response parsed. Then detect runs for request, generates alert. We now have 2 txs. txid will be 0 from AppLayerParserGetTransactionInspectId But txid 1 is unidirectional in the other way, so we can use txid 0 metadata for logging Ticket: 7199
- Loading branch information