Ken Hollis
changed
bug 6694
Comment # 12
on bug 6694
from Ken Hollis
Note: The issue reading .cap files appears to be resolved the only issue left
is natively reading .etl files into Wireshark.
The .ETL format from the output of the Windows netsh trace command is discussed
here:
http://msdn.microsoft.com/en-us/library/windows/desktop/dd815339(v=vs.85).aspx
This can be coordinated with myself and [email protected]
To create a trace on a Windows 7 orR2 server (and above) enter the following
commands:
C:\>netsh trace start capture=yes maxsize=2048 report=yes tracefile=test.etl
scenario=internetclient
Trace configuration:
<snip>
To stop the trace:
C:\>netsh trace stop
Warning: Some events were not captured due to high volume of events.
<snip>
You are receiving this mail because:
- You are watching all bug changes.