-
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/393/20240413/v1 #10832
next/393/20240413/v1 #10832
Conversation
Some stats can be quite verbose if logging all zero valued-counters. This allows users to disable logging such counters. Default is still true, as that's the expected behavior for the engine. Task OISF#5976
Eve's packet_info.linktype should correctly indicated what the `packet` field contains. Until now it was using DLT_RAW even if Ethernet or other L2+ headers were present. This commit records the datalink of the packet creating the first fragment, which can include the L2+ header data. Bug: OISF#6887.
This is just another variant of DLT_RAW. Ticket: OISF#6943.
Ticket: 3827
Issue: 6685
This commit moves the memcap pressure/pressure_max stats from the global stats namespace into the memcap namespace. With per-thread stats, they will be within the flow-manager's values. Issue: 6398
+ remove double definition of IPPairLock Ticket: OISF#4083
Ticket: 4083
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #10832 +/- ##
==========================================
+ Coverage 82.67% 82.83% +0.16%
==========================================
Files 928 913 -15
Lines 247912 246847 -1065
==========================================
- Hits 204952 204474 -478
+ Misses 42960 42373 -587
Flags with carried forward coverage won't be shown. Click here to find out more. |
Information: ERROR: QA failed on SURI_TLPW2_autofp_suri_time.
Pipeline 20046 |
Information: QA ran without warnings. Pipeline 20052 |
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
@@ -1,4 +1,4 @@ | |||
/* Copyright (C) 2014 Open Information Security Foundation | |||
/* Copyright (C) 2014-2024 Open Information Security Foundation |
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.
Can we update the copyright somewhat automatically for every file every year?
Staging:
SV_BRANCH=OISF/suricata-verify#1763