pcap: recusively reading pcaps / documentation

Changes to doc/userguide/partials/options.rst for feature 2363
   (reading pcaps recursively)
pull/5265/head
James Dutrisac 5 years ago committed by Victor Julien
parent db5b73d9d6
commit 8d5e54c046

@ -47,6 +47,12 @@
interrupted. This is useful with directories to add new files and not reset interrupted. This is useful with directories to add new files and not reset
flow state between files. flow state between files.
.. option:: --pcap-file-recursive
Used with the -r option when the path provided is a directory. This option
enables recursive traversal into subdirectories to a maximum depth of 255.
This option cannot be combined with --pcap-file-continuous. Symlinks are
ignored.
.. option:: --pcap-file-delete .. option:: --pcap-file-delete
Used with the -r option to indicate that the mode should delete pcap files Used with the -r option to indicate that the mode should delete pcap files

Loading…
Cancel
Save