Dcerpc flags/v3 - #15992
Closed
inashivb wants to merge 3 commits into
Closed
Conversation
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.
This is a u16 keyword that matches on flags field derived from the header of a DCERPC packet per transaction per direction. Feature 8734
Feature 8734
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #15992 +/- ##
==========================================
- Coverage 83.02% 83.00% -0.02%
==========================================
Files 1001 1001
Lines 276611 276718 +107
==========================================
+ Hits 229665 229702 +37
- Misses 46946 47016 +70
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
inashivb
marked this pull request as ready for review
August 7, 2026 08:45
inashivb
requested review from
jasonish,
jufajardini and
victorjulien
as code owners
August 7, 2026 08:45
|
Information: QA ran without warnings. Pipeline = 32862 |
Draft
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: #15987
Changes since v2:
Link to ticket: https://redmine.openinfosecfoundation.org/issues/8734
SV_BRANCH=OISF/suricata-verify#3267