Actions
Optimization #4907
closedsmtp: 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 almost 3 years ago
- Related to Optimization #4908: ftp: use AppLayerResult instead of buffering wherever possible added
Updated by Victor Julien almost 3 years ago
- Blocks Feature #4905: smtp: add stream app-layer frame support added
Updated by Shivani Bhardwaj almost 3 years ago
- Status changed from Assigned to Closed
Actions