]> git.ipfire.org Git - thirdparty/suricata.git/commit
source-pcap-file: delete when done (2417)
authorDanny Browning <danny.browning@protectwise.com>
Tue, 16 Jan 2018 16:24:16 +0000 (09:24 -0700)
committerVictor Julien <victor@inliniac.net>
Fri, 13 Jul 2018 07:10:28 +0000 (09:10 +0200)
commit2dc6b6ee14b0886783674fecaaa50e62328f9727
tree1f999f9fed3720f43c44b0d3fbffccea5ab91a7a
parent84fc43842f75452eea50a832da2b4aa96c041789
source-pcap-file: delete when done (2417)

https://redmine.openinfosecfoundation.org/issues/2417

Add option to have pcap files deleted after they have been processed.
This option combines well with pcap file continuous and streaming
files to a directory being processed.
doc/userguide/partials/options.rst
doc/userguide/unix-socket.rst
python/suricata/sc/suricatasc.py
src/runmode-unix-socket.c
src/source-pcap-file-helper.c
src/source-pcap-file-helper.h
src/source-pcap-file.c
src/suricata.c