Skip to content
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

Implement event filtering #6

Open
1 of 3 tasks
n4r1b opened this issue Jun 2, 2021 · 1 comment
Open
1 of 3 tasks

Implement event filtering #6

n4r1b opened this issue Jun 2, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@n4r1b
Copy link
Owner

n4r1b commented Jun 2, 2021

Info
ETW allows filters to be defined for a Provider in a session. MSDN - Defining Filters.
KrabsETW already provides a mechanism to do filtering either by events_id or by using more complicated predicates

TODO

  • Research best way to introduce filters into Ferris
  • Implement a basic filtering based on events_id
  • Research and implement a filtering based on more complex predicates
@n4r1b n4r1b added the enhancement New feature or request label Jun 2, 2021
@daladim
Copy link
Collaborator

daladim commented Jan 13, 2023

We're now able to filter by Event ID.

Predicates are left TODO

@jxy-s jxy-s mentioned this issue May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants