-
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 v13 #12635
Applayer plugin 5053 v13 #12635
Conversation
ERROR: ERROR: QA failed on build_asan. Pipeline 24830 |
6df1952
to
1a62b6a
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #12635 +/- ##
==========================================
+ Coverage 80.77% 80.80% +0.02%
==========================================
Files 932 932
Lines 259517 259884 +367
==========================================
+ Hits 209629 210002 +373
+ Misses 49888 49882 -6
Flags with carried forward coverage won't be shown. Click here to find out more. |
red CI before merge of #12647 to be rebased after |
Information: QA ran without warnings. Pipeline 24864 |
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
Ticket: 7151 Ticket: 7152 Ticket: 7154
Ticket: 7149 Ticket: 7150 Ticket: 7153
1a62b6a
to
c1cd73f
Compare
Information: QA ran without warnings. Pipeline 24874 |
Next in #12667 |
Link to ticket: https://redmine.openinfosecfoundation.org/issues/
https://redmine.openinfosecfoundation.org/issues/4102 with all 6 subtickets
Describe changes:
#12536 with needed rebase after bindgen and suricata-sys introduction by @jasonish :-)
I think #12599 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