Dcerpc flags/v4 - #16045
Draft
inashivb wants to merge 2 commits into
Draft
Conversation
This is a u16 keyword that matches on flags field derived from the header of a DCERPC packet per transaction per direction. Flags are stored in the tx to allow matches with dcerpc.flags keyword later on. DCERPC/TCP exposes a u8 as PFC flags in its header however, DCERPC/UDP stores two sets of flags flags1 and flags2 in its header. Hence, the field is kept u16 to accommodate for both. Feature 8734
Feature 8734
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #16045 +/- ##
==========================================
- Coverage 83.03% 83.02% -0.02%
==========================================
Files 1002 1002
Lines 276730 276838 +108
==========================================
+ Hits 229773 229831 +58
- Misses 46957 47007 +50
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 = 33099 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Previous PR: #15992
Changes since v3:
Link to ticket: https://redmine.openinfosecfoundation.org/issues/8734
SV_BRANCH=OISF/suricata-verify#3267