]> git.ipfire.org Git - thirdparty/suricata.git/commit
python: remove python implementation of suricatasc/suricatactl
authorJason Ish <jason.ish@oisf.net>
Thu, 16 Nov 2023 22:19:23 +0000 (16:19 -0600)
committerVictor Julien <victor@inliniac.net>
Thu, 27 Feb 2025 05:57:45 +0000 (06:57 +0100)
commita0089190dfc07afcd3c1f66286616b8c8a2eb334
tree9d175ddf89afbd218363e86dea33b71ab5b3e94d
parent8fa347410e21c63c2af9403a14cd4f1158e15f70
python: remove python implementation of suricatasc/suricatactl
12 files changed:
python/Makefile.am
python/bin/suricatactl [deleted file]
python/bin/suricatasc [deleted file]
python/suricata/ctl/__init__.py [deleted file]
python/suricata/ctl/filestore.py [deleted file]
python/suricata/ctl/loghandler.py [deleted file]
python/suricata/ctl/main.py [deleted file]
python/suricata/ctl/test_filestore.py [deleted file]
python/suricata/sc/__init__.py [deleted file]
python/suricata/sc/specs.py [deleted file]
python/suricata/sc/suricatasc.py [deleted file]
python/suricatasc/__init__.py [deleted file]