Skip to content

Commit

Permalink
Merge pull request #11419 from microsoft/user/cfetoiu/tcpdump_flags
Browse files Browse the repository at this point in the history
Add more flags to tcpdump command in networking script
  • Loading branch information
CatalinFetoiu committed Apr 4, 2024
2 parents b848170 + d9fb9f0 commit ac56cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diagnostics/collect-networking-logs.ps1
Expand Up @@ -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 {}

Expand Down

0 comments on commit ac56cd5

Please sign in to comment.