decode-ipv6: Set IPv6 proto incase of ext header parsing error#8979
Closed
coledishington wants to merge 1 commit intoOISF:masterfrom
Closed
decode-ipv6: Set IPv6 proto incase of ext header parsing error#8979coledishington wants to merge 1 commit intoOISF:masterfrom
coledishington wants to merge 1 commit intoOISF:masterfrom
Conversation
Set the IPv6 packet proto before parsing the ext headers, similar to decode-ipv4, incase of an ext header parsing error. Otherwise rule decode-events are not triggered for packets encapsulated in IPv6. Bug: OISF#6086.
Member
|
SV 1231 needs to be rebased and force-pushed, then we can restart the CI jobs |
Author
Done, thanks. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #8979 +/- ##
==========================================
- Coverage 82.42% 82.41% -0.01%
==========================================
Files 969 969
Lines 273476 273477 +1
==========================================
- Hits 225410 225397 -13
- Misses 48066 48080 +14
Flags with carried forward coverage won't be shown. Click here to find out more. |
victorjulien
approved these changes
Jun 8, 2023
Merged
Member
|
Merged in #8994, thanks! |
Contributor
|
Should this be back ported ? |
Member
Ticket is already tagged for backport, ya. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Set the IPv6 packet proto before parsing the ext headers, similar to decode-ipv4, incase of an ext header parsing error. Otherwise rule decode-events are not triggered for packets encapsulated in IPv6.
Bug: #6086.
Make sure these boxes are signed before submitting your Pull Request -- thank you.
Link to redmine ticket:
https://redmine.openinfosecfoundation.org/issues/6086
Link to suricata-verify test case:
OISF/suricata-verify#1231
Describe changes:
Set the IPv6 packet proto before parsing the ext headers, similar to decode-ipv4, incase of an ext header parsing error.
SV_BRANCH=pr/1231