-
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
Applayer plugin 5053 v15.1 #12726
Applayer plugin 5053 v15.1 #12726
Conversation
and use generic logger callback prototype with later cast and do some other small modifications so that the plugin has less diff
so that it can be used by plugins Avoid export by cbindgen as this constant is also defined in C
including the tx parameter to the logger function
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #12726 +/- ##
==========================================
+ Coverage 80.76% 80.79% +0.03%
==========================================
Files 936 936
Lines 259724 260093 +369
==========================================
+ Hits 209765 210150 +385
+ Misses 49959 49943 -16
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Ticket: 7151 Ticket: 7152 Ticket: 7154
Ticket: 7149 Ticket: 7150 Ticket: 7153
8c91dcf
to
58eaa4e
Compare
Information: QA ran without warnings. Pipeline 25008 |
--allowlist-type 'SC.*' \ | ||
--allowlist-function 'SC.*' \ | ||
--allowlist-item 'SC.*' \ |
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.
This will actually fail on the some versions of bindgen that otherwise will work, I think the bindgen on Ubuntu 22.04 maybe?
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.
adding --allowlist-var 'SC.*'
then
Continues in #12733 |
Link to ticket: https://redmine.openinfosecfoundation.org/issues/
https://redmine.openinfosecfoundation.org/issues/4102 with all 6 subtickets
Describe changes:
#12667 with
I think #12724 should come before that PR
And I think we would also want after that, another PR that splits suricata crate in 2 : like suricata-core which has 0 dependencies and can be used by plugins, and the rest of suricata