Capturing network traffic without Wireshark
Preparing development machine
- Install Microsoft Network Monitor.
- Go to
Options > Parser Profiles
, selectWindows
and clickSet As Active
.
Collecting traces
-
Open an elevated command prompt and run:
netsh trace start persistent=yes capture=yes tracefile=.\trace.etl
-
Reproduce the issue.
-
Open an elevated command prompt and run:
netsh trace stop
-
Copy trace.etl file to development machine and open with Network Monitor.