Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dns: store transaction in a VecDeque #7245

Closed
wants to merge 1 commit into from

Conversation

catenacyber
Copy link
Contributor

Link to redmine ticket:
https://redmine.openinfosecfoundation.org/issues/5271

Describe changes:

  • dns: store transaction in a VecDeque

Replaces #7238 as AppLayerParserParse can indeed get a bigger input than 65k

instead of a simple Vector.

So that, when many old transactions get removed, suricata does not
spend much time in moving the contents of the vector, as it removes
the transaciton one by one...
@suricata-qa
Copy link

Information: QA ran without warnings.

Pipeline 6934

@catenacyber
Copy link
Contributor Author

Replaced by #7300

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants