Unirecfilter: Support for "IN" operator for IP prefix
Closed this issue · 2 comments
fkrestan commented
This issue is for tracking work on new operator "IN" for IP prefix filtering in unirecfilter
module.
Example usage:
.. -F "DST_IP IN 192.168.0.0/24" ...
This would filter out all records, with destination IP address not in 192.168.0.0/24.
cejkato2 commented
fkrestan commented
Very nice! :) Thanks