Jun
14
14
Capturing packets using netsh
Posted by jbjorkman on June 14, 2010 underDeprecated: preg_replace() [function.preg-replace]: The /e modifier is deprecated, use preg_replace_callback instead in /var/www/myfoto.se/jbits.se/blog/wp-includes/formatting.php on line 82
Uncategorized
Start capture:
netsh trace start capture=yes ipv4.address=1.2.3.4
End capture:
netsh trace stop
Examine the tracefile using MS Network Monitor
Ref:
Start Starts a trace session
Stop Stops a trace session
Capture=yes Turns on raw network capture from NDIS
Provider=ProviderName Enables tracing for a specific provider
Show Providers Shows a list of providers
Scenario=ScenarioName Enables tracing for a specific scenario
Show Scenarios Shows a list of scenarios