Merge pull request #14300 from Security-Onion-Solutions/betrfix

default capinfos to use start/end time arg
This commit is contained in:
Jorge Reyes
2025-02-26 08:32:46 -06:00
committed by GitHub
+1 -1
View File
@@ -63,7 +63,7 @@ function status {
function pcapinfo() { function pcapinfo() {
PCAP=$1 PCAP=$1
ARGS=$2 ARGS=$2
docker run --rm -v "$PCAP:/input.pcap" --entrypoint capinfos {{ MANAGER }}:5000/{{ IMAGEREPO }}/so-pcaptools:{{ VERSION }} /input.pcap $ARGS docker run --rm -v "$PCAP:/input.pcap" --entrypoint capinfos {{ MANAGER }}:5000/{{ IMAGEREPO }}/so-pcaptools:{{ VERSION }} /input.pcap -ae $ARGS
} }
function pcapfix() { function pcapfix() {