Actions
Bug #652
closedTCP sessions cleaned up prematurely
Affected Versions:
Effort:
Difficulty:
Label:
Description
If one TCP endpoint closes the connection, but there are still TCP segments on the network that have not been received yet by suricata, these segments might not be processed.
The following patch delays the cleanup until the FIN form both side has been seen:
https://github.com/cavedon/suricata/commit/ac8b08771770ab0f0f5112c84c499771f5fb746e
This applies both to the master and the master-1.3.x branches.
Actions