-
Notifications
You must be signed in to change notification settings - Fork 42
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
RPCMon is currently filtering only when stopping the monitoring.
We want it to remember the filtering configured and filter on runtime.
Describe the solution you would like
We first need to save the filtering in memory (maybe a file or registry for the future to allow import and export).
After that, we need to add the filtering to the function addEventToDataGridView
.
Describe alternatives you have considered
None
Additional context
None