Actions
Optimization #4908
closedftp: use AppLayerResult instead of buffering wherever possible
Effort:
Difficulty:
Label:
Description
Use AppLayerResult https://github.com/OISF/suricata/blob/master/src/app-layer-parser.h#L84-L98 instead of buffering the data.
If the length of the required incomplete data is not known, return 1 from AppLayerResult::incomplete to indicate that at least one more byte is required by the parser if it's available.
Updated by Victor Julien over 1 year ago
- Related to Optimization #4907: smtp: use AppLayerResult instead of buffering wherever possible added
Updated by Victor Julien over 1 year ago
- Blocks Feature #4906: ftp: add stream app-layer frame support added
Updated by Sam Muhammed about 1 year ago
- Status changed from Assigned to In Progress
Updated by Victor Julien 11 months ago
- Status changed from In Progress to Assigned
- Assignee changed from Sam Muhammed to Shivani Bhardwaj
Updated by Shivani Bhardwaj 5 months ago
- Status changed from Assigned to In Progress
Updated by Victor Julien 5 months ago
- Target version changed from 7.0.0-beta1 to 7.0.0-rc1
Updated by Victor Julien about 2 months ago
- Target version changed from 7.0.0-rc1 to 8.0beta1
Updated by Shivani Bhardwaj about 2 months ago
- Status changed from In Progress to In Review
In Review PR: https://github.com/OISF/suricata/pull/8420
Updated by Shivani Bhardwaj about 2 months ago
- Target version changed from 8.0beta1 to 7.0.0-rc1
Updated by Shivani Bhardwaj about 2 months ago
- Status changed from In Review to Closed
Closed by PR: https://github.com/OISF/suricata/pull/8427
Actions