-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Detect origin keyword 6794 v2 #11770
Detect origin keyword 6794 v2 #11770
Conversation
Add option of role to live device configuration. Possible roles are : trusted, untrusted, and unknown. Configurable via suricata.yaml. AF-Packet and DPDK runmodes supported, others default to unknown role.
Allows for matching against packets based on the role of the live device. The origin of a packet refers to the role of the live device where the flow originated from.
Adds the copy device to the live device structure. Valid only in IPS mode.
Allows for matching against packets based on the role of the copy live device. For IPS only. The destination of a packet refers to the role of the copy live device.
NOTE: This PR may contain new authors. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #11770 +/- ##
==========================================
- Coverage 82.62% 82.54% -0.08%
==========================================
Files 919 921 +2
Lines 248979 249432 +453
==========================================
+ Hits 205722 205903 +181
- Misses 43257 43529 +272
Flags with carried forward coverage won't be shown. Click here to find out more. |
Whoops, commit author got a bit messed up (they are my github username instead of my name). I will rebase and amend in the next version of PR. For the fuzzer failures, from what I can tell they're unrelated to the changes in the PR? |
Indeed, they are fixed in current master, you can rebase |
Replaced with: #11787 |
Make sure these boxes are checked accordingly before submitting your Pull Request -- thank you.
Contribution style:
https://docs.suricata.io/en/latest/devguide/contributing/contribution-process.html
Our Contribution agreements:
https://suricata.io/about/contribution-agreement/ (note: this is only required once)
Changes (if applicable):
https://redmine.openinfosecfoundation.org/projects/suricata/issues
Link to ticket: https://redmine.openinfosecfoundation.org/issues/6794
Describe changes:
Provide values to any of the below to override the defaults.