-
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
Smb rename #7498
Smb rename #7498
Conversation
if configuration provded no value as was done in C before e5c948d
ERROR: ERROR: QA failed on smb_files_sha256. ERROR: QA failed on tlpr1_alerts_cmp. Pipeline 7737 |
As an SMB2 async response does not have a tree id, even if the request has it. Per spec, MessageId should be enough to identifiy a message request and response uniquely across all messages that are sent on the same SMB2 Protocol transport connection. So, the tree id is redundant anyways.
Force-pushed schema.json changes to get CI to run again |
Codecov Report
@@ Coverage Diff @@
## master #7498 +/- ##
==========================================
- Coverage 75.83% 75.78% -0.06%
==========================================
Files 655 655
Lines 186236 186235 -1
==========================================
- Hits 141239 141139 -100
- Misses 44997 45096 +99
Flags with carried forward coverage won't be shown. Click here to find out more. |
ERROR: ERROR: QA failed on smb_files_sha256. ERROR: QA failed on tlpr1_alerts_cmp. Pipeline 7752 |
Replaced by #7536 |
- Remove rs_prefix - Remove no_mangle and pub when not needed Related to ticket: OISF#7498
- Remove rs_prefix - Remove no_mangle and pub when not needed Related to ticket: OISF#7498
- replace rs_ prefixed names with SC - remove no_mangle and pub where not needed - remove some unused functions Related to ticket: OISF#7498
Related to ticket: OISF#7498
- remove rs_prefix, replace with SC if needed - remove pub and no_mangle where not needed - remove some unused functions and fields Related to ticket: OISF#7498
- remove rs_prefix, replace with SC if needed - remove pub and no_mangle where not needed - remove some unused functions and fields Related to ticket: OISF#7498
- Remove rs_prefix - Remove no_mangle and pub when not needed Related to ticket: OISF#7498
- replace rs_ prefixed names with SC - remove no_mangle and pub where not needed - remove some unused functions Related to ticket: OISF#7498
Related to ticket: OISF#7498
- remove rs_prefix, replace with SC if needed - remove pub and no_mangle where not needed - remove some unused functions and fields Related to ticket: OISF#7498
Link to redmine ticket:
TODO
Maybe related to https://redmine.openinfosecfoundation.org/issues/5332
See also #7497
Describe changes:
suricata-verify-pr: 843