Skip to content

Commit ac56cd5

Browse files
Merge pull request #11419 from microsoft/user/cfetoiu/tcpdump_flags
Add more flags to tcpdump command in networking script
2 parents b848170 + d9fb9f0 commit ac56cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diagnostics/collect-networking-logs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ netsh wfp capture start file="$folder/wfpdiag.cab"
8484
$tcpdumpProcess = $null
8585
try
8686
{
87-
$tcpdumpProcess = Start-Process wsl.exe -ArgumentList "-u root tcpdump -n -i any > $folder/tcpdump.log" -PassThru
87+
$tcpdumpProcess = Start-Process wsl.exe -ArgumentList "-u root tcpdump -n -i any -e -vvv > $folder/tcpdump.log" -PassThru
8888
}
8989
catch {}
9090

0 commit comments

Comments
 (0)