suricatasc: add dataset-lookup command

Ticket: #5184
pull/8097/head
Eric Leblond 5 years ago committed by Victor Julien
parent 843dba0a28
commit 537fd76787

@ -211,4 +211,18 @@ argsd = {
"required": 1, "required": 1,
} }
], ],
"dataset-lookup": [
{
"name": "setname",
"required": 1,
},
{
"name": "settype",
"required": 1,
},
{
"name": "datavalue",
"required": 1,
},
],
} }

@ -109,6 +109,7 @@ class SuricataSC:
"dataset-remove", "dataset-remove",
"get-flow-stats-by-id", "get-flow-stats-by-id",
"dataset-clear", "dataset-clear",
"dataset-lookup",
] ]
self.cmd_list = self.basic_commands + self.fn_commands self.cmd_list = self.basic_commands + self.fn_commands
self.sck_path = sck_path self.sck_path = sck_path

Loading…
Cancel
Save