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

http2: handles incomplete frames after banner #5392

Conversation

catenacyber
Copy link
Contributor

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

Describe changes:

  • handles incomplete frames after banner for HTTP2

To signal incomplete data, we must return the number of
consumed bytes. When we get a banner and some records, we have
to take into account the number of bytes already consumed by
the banner parsing before reaching an incomplete record.
@victorjulien
Copy link
Member

Merged in #5396, thanks!

victorjulien added a commit to victorjulien/suricata that referenced this pull request Jun 13, 2022
Until now only the size of gaps counted in the regular append, not
close and open.

Bug: OISF#5392.
victorjulien added a commit to victorjulien/suricata that referenced this pull request Jun 13, 2022
Until now only the size of gaps counted in the regular append, not
close and open.

Bug: OISF#5392.
victorjulien added a commit to victorjulien/suricata that referenced this pull request Jun 13, 2022
Until now only the size of gaps counted in the regular append, not
close and open.

Bug: OISF#5392.
(cherry picked from commit 71ef62b)
victorjulien added a commit to victorjulien/suricata that referenced this pull request Jun 14, 2022
Until now only the size of gaps counted in the regular append, not
close and open.

Bug: OISF#5392.
(cherry picked from commit 71ef62b)
kgliveaction pushed a commit to liveaction/suricata that referenced this pull request Jul 19, 2022
Until now only the size of gaps counted in the regular append, not
close and open.

Bug: OISF#5392.
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.

2 participants