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

decode-ipv6: Set L4 proto on ipv6 incase of GRE decode error #9262

Conversation

coledishington
Copy link
Contributor

@coledishington coledishington commented Jul 20, 2023

Set the L4 proto before decoding GRE in ipv6 decoding in case there is a GRE header decoding error.

Bug: #6222

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

Describe changes:
Set the L4 proto before decoding GRE in ipv6 decoding in case there is a GRE header decoding error.

OISF/suricata-verify/pull/1320

SV_BRANCH=pr/1320

Set the L4 proto before decoding GRE in ipv6 decoding in case there is a
GRE header decoding error.

Bug: OISF#6222
@codecov
Copy link

codecov bot commented Jul 20, 2023

Codecov Report

Merging #9262 (51ec90b) into master (9a33c53) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #9262      +/-   ##
==========================================
- Coverage   82.42%   82.41%   -0.01%     
==========================================
  Files         968      968              
  Lines      273952   273953       +1     
==========================================
- Hits       225807   225787      -20     
- Misses      48145    48166      +21     
Flag Coverage Δ
fuzzcorpus 64.69% <100.00%> (-0.01%) ⬇️
suricata-verify 60.79% <100.00%> (-0.01%) ⬇️
unittests 62.93% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

@victorjulien
Copy link
Member

Merged in #9267, thanks!

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