Reworks user script filters lint and functions

This commit is contained in:
Simone Mainardi 2021-02-11 17:59:35 +01:00
parent 138f712591
commit fefc3c39b0
2 changed files with 41 additions and 27 deletions

View file

@ -20,7 +20,7 @@ local script = {
-- Overrides filter.default_fields in the flow entry of user_scripts.available_subdirs
-- This will make default filters populated only with the source IP
-- NOTE: Fields must be in the filter.available_fields of the flow entry of user_scripts.available_subdirs
default_fields = {"srv.ip"},
default_fields = { "srv_addr", "srv_port", "proto" },
},
gui = {