Skip to content

Commit

Permalink
update tcpdump flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Catalin-Emil Fetoiu committed Apr 3, 2024
1 parent b848170 commit d9fb9f0
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 d9fb9f0

Please sign in to comment.