1 | initial version |
Just an idea!
Try this powershell command before running Wireshark, save the result. Repeat after running Wireshark. Diff compare both txt files
Get-WmiObject -Class Win32_NetworkAdapterConfiguration -Filter IPEnabled=TRUE -ComputerName . | Select-Object -Property [a-z]* -ExcludeProperty IPX,WINS