mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-11 13:05:32 -06:00
Merge pull request #11419 from microsoft/user/cfetoiu/tcpdump_flags
Add more flags to tcpdump command in networking script
This commit is contained in:
commit
ac56cd5e3d
@ -84,7 +84,7 @@ netsh wfp capture start file="$folder/wfpdiag.cab"
|
||||
$tcpdumpProcess = $null
|
||||
try
|
||||
{
|
||||
$tcpdumpProcess = Start-Process wsl.exe -ArgumentList "-u root tcpdump -n -i any > $folder/tcpdump.log" -PassThru
|
||||
$tcpdumpProcess = Start-Process wsl.exe -ArgumentList "-u root tcpdump -n -i any -e -vvv > $folder/tcpdump.log" -PassThru
|
||||
}
|
||||
catch {}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user