Actions
Bug #3977
closedBug #3877: Transaction list grows without bound on parsers that use unidirectional transactions
SNMP: Better handling of unidirectional transactions
Affected Versions:
Effort:
Difficulty:
Label:
Needs backport to 4.1, Needs backport to 5.0
Description
Parsers that create a transaction per message can end up in a state where transactions are never being cleaned up. This will happen when only "to_client" traffic is seen, and appears to only affect UDP protocols. Without any "to_server" traffic, the transaction cleanup routine never considers these transactions for cleanup.
Updated by Jason Ish about 4 years ago
- Label Needs backport to 4.1, Needs backport to 5.0 added
Updated by Jason Ish about 4 years ago
- Subject changed from Better handling of unidirectional transactions to SNMP: Better handling of unidirectional transactions
- Parent task set to #3877
Tracking ticket for better handling of transactions specifically for SNMP. See parent ticket for details.
Updated by Jason Ish about 4 years ago
- Copied to Bug #4007: SNMP: Better handling of unidirectional transactions (5.0.x) added
Updated by Victor Julien about 4 years ago
- Status changed from In Review to Closed
Actions