-
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
Dynamic alprotos : make SNMP totally dynamic v11 #12724
Conversation
CID 1640392 Would happen only if we reached 15 protocols handling files
Ticket: 5053 Do not asume that we know the number of alprotos at the end of AppLayerNamesSetup, but make arrays allocated by later AppLayerProtoDetectSetup dynamic so that it can be reallocated from AppLayerParserRegisterProtocolParsers This helps have a single entry point for a protocol like SNMP
So that we do not have to know g_alproto_max to register dynamically a new protocol from its name
Ticket: 5053 Move enum OutputJsonLogDirection and struct EveJsonTxLoggerRegistrationData from C to rust
and cast and also remove unneeded mut and rustfmt
Ticket: 5053
@jasonish what do you think ? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #12724 +/- ##
==========================================
+ Coverage 80.76% 80.92% +0.16%
==========================================
Files 936 936
Lines 259724 259762 +38
==========================================
+ Hits 209765 210213 +448
+ Misses 49959 49549 -410
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Information: QA ran without warnings. Pipeline 25003 |
Next in #12732 |
Link to ticket: https://redmine.openinfosecfoundation.org/issues/
https://redmine.openinfosecfoundation.org/issues/5053
Describe changes:
#12671 without SC_PLUGIN_API_VERSION bump