-
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
Ilya bakhtin/dns dcerpc reversed v5 #12503
Ilya bakhtin/dns dcerpc reversed v5 #12503
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #12503 +/- ##
=======================================
Coverage 80.56% 80.57%
=======================================
Files 925 925
Lines 259292 259287 -5
=======================================
+ Hits 208906 208922 +16
+ Misses 50386 50365 -21
Flags with carried forward coverage won't be shown. Click here to find out more. |
Several additional checks are added to the probing parser to avoid false detection of DNS as DCERPC Ticket - 7111
Protocol detection code is simplified. Removed dependency on explicit alproto constants from the common part of code that must not be aware of the each specific protocol features. Ticket - 7111
d2c55a3
to
317b93c
Compare
Information: QA ran without warnings. Pipeline 24434 |
WARNING:
Pipeline 24440 |
Information: QA ran without warnings. Pipeline 24442 |
Merged in #12514, thanks! |
Thanks @ilya-bakhtin |
Link to ticket: https://redmine.openinfosecfoundation.org/issues/
https://redmine.openinfosecfoundation.org/issues/7111
Describe changes:
It previously contained a bug that combined with a false positive in DCERPC resulted in incorrect reporting of DNS flow direction.
SV_BRANCH=OISF/suricata-verify#2266
Rebase of #12134 that I approve of to get a clean green CI