Actions
Bug #4007
closedBug #3949: Transaction list grows without bound on parsers that use unidirectional transactions (5.0.x)
SNMP: Better handling of unidirectional transactions (5.0.x)
Affected Versions:
Effort:
Difficulty:
Label:
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.
Actions