Packet Capture: Difference between revisions

From DN Wiki
Jump to navigation Jump to search
(Created page with "Category:Network Tools <div style="float:right;">__TOC__</div> ``` netsh trace start capture=yes level=5 tracefile=c:\temp\working_trace.etl netsh trace stop ``` Creates .etl and .cab files in C:\temp named working_trace.*.")
 
(No difference)

Latest revision as of 20:31, 2 August 2022

``` netsh trace start capture=yes level=5 tracefile=c:\temp\working_trace.etl netsh trace stop ``` Creates .etl and .cab files in C:\temp named working_trace.*.