Actions
Bug #3631
closedFTP response buffering against TCP stream
Description
Now, Suricata parses FTP response packets as if they are always complete.
This is not the TCP logic of streaming.
We have to keep buffering until the response is complete, and we can parse multiple responses in one TCP stream in one time.
Found by running suricata-verify tests while doing TCP stream splitting
Fix proposed https://github.com/OISF/suricata/pull/4789
Updated by Victor Julien over 4 years ago
- Status changed from New to In Review
- Assignee set to Philippe Antoine
- Target version set to 6.0.0beta1
Updated by Philippe Antoine over 4 years ago
- Target version changed from 6.0.0beta1 to 5.0.3
Updated by Jeff Lucovsky over 4 years ago
- Copied to Bug #3650: FTP response buffering against TCP stream added
Updated by Jeff Lucovsky over 4 years ago
- Target version changed from 5.0.3 to 6.0.0beta1
- Affected Versions 4.1.6, 5.0.1 added
- Affected Versions deleted (
5.0.2) - Label deleted (
Needs backport)
Updated by Jeff Lucovsky over 4 years ago
- Copied to Bug #3651: FTP response buffering against TCP stream added
Updated by Victor Julien over 4 years ago
- Status changed from In Review to Closed
Both PRs merged, thanks Philippe.
Actions