-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
next/396/20240415/v1 #10852
next/396/20240415/v1 #10852
Conversation
As will be needed for tcp.mss
Support compressed proto and optional HDLC header. Bug: OISF#6942.
As we now support variable size headers, we can't use the old pointer. Replace with a flag.
No users of the pointer anymore, so remove it.
Recognize PPP_CCP, PPP_CBCP and PPP_COMP_DGRAM. Does not implement decoders for these record types, so these are logged as unsupported types. Was "wrong_type" before.
Issue: 6957 Rather than selecting the thread_id index by packets traveling to the server, use the flow flags. If the flow has been reversed, the second slot is represents the thread id to be used.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #10852 +/- ##
==========================================
+ Coverage 82.83% 82.88% +0.04%
==========================================
Files 913 914 +1
Lines 246847 246936 +89
==========================================
+ Hits 204474 204671 +197
+ Misses 42373 42265 -108
Flags with carried forward coverage won't be shown. Click here to find out more. |
WARNING:
Pipeline 20078 |
Expected, see #10844 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
Staging:
SV_BRANCH=OISF/suricata-verify#1769