Actions
Documentation #7833
openComplete list of commands supported by suricatasc
Affected Versions:
Effort:
Difficulty:
Label:
Description
In doc/userguide/partials/commands-sc.rst and doc/userguide/unix-socket.rst
see https://github.com/OISF/suricata/pull/13651#issuecomment-3126837887
"dataset-add", "dataset-remove", "dataset-add-json", "get-flow-stats-by-id", "dataset-dump", "dataset-clear", "dataset-lookup", "pcap-file", "pcap-file-continuous", "pcap-file-number", "pcap-file-list", "pcap-last-processed", "pcap-interrupt", "pcap-current"
are missing as well as others like ebpf-bypassed-stat seems to be missing as well from git grep UnixManagerRegisterCommand
We could also complete rust/suricatasc/src/unix/commands.rs and have suricatasc usage show the commands it knows locally
Updated by Philippe Antoine 6 days ago
- Related to Documentation #7081: userguide: add unix socket option to retrieve flow info added
Actions