mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 05:57:07 +00:00
Change tcpdump flags to capture on any interface
This commit is contained in:
@@ -39,4 +39,4 @@ fi
|
||||
echo "Logging to: $OUTPATH"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user