Change tcpdump flags to capture on any interface

This commit is contained in:
D. Berge
2025-06-27 00:05:23 +02:00
parent c21f9c239e
commit 3189a06d75

View File

@@ -39,4 +39,4 @@ fi
echo "Logging to: $OUTPATH" echo "Logging to: $OUTPATH"
echo "Expression: $EXPR" echo "Expression: $EXPR"
tcpdump -n -s 0 -W 1000 -C 50 -w "$OUTPATH" "$EXPR" tcpdump -i any -n -s 0 -W 1000 -C 50 -w "$OUTPATH" "$EXPR"