diff --git a/python/suricata/sc/specs.py b/python/suricata/sc/specs.py index 794efe1cbc..eec831a2d8 100644 --- a/python/suricata/sc/specs.py +++ b/python/suricata/sc/specs.py @@ -211,4 +211,18 @@ argsd = { "required": 1, } ], + "dataset-lookup": [ + { + "name": "setname", + "required": 1, + }, + { + "name": "settype", + "required": 1, + }, + { + "name": "datavalue", + "required": 1, + }, + ], } diff --git a/python/suricata/sc/suricatasc.py b/python/suricata/sc/suricatasc.py index f84bbbd860..d4f15fdd45 100644 --- a/python/suricata/sc/suricatasc.py +++ b/python/suricata/sc/suricatasc.py @@ -109,6 +109,7 @@ class SuricataSC: "dataset-remove", "get-flow-stats-by-id", "dataset-clear", + "dataset-lookup", ] self.cmd_list = self.basic_commands + self.fn_commands self.sck_path = sck_path