PORTS Forum

Ports and Interfaces => USB => Topic started by: bpaddock on July 31, 2013, 01:22:33 pm

Title: Using Microsoft's Network Monitor and USB Command Verifier tool at same time?
Post by: bpaddock on July 31, 2013, 01:22:33 pm

Has anyone been able to get Microsoft's Network Monitor 3.4 USB traffic capture tool to work at the same time as the USB Command Verifier tool?

The Command Verifier tool installs its own drivers, and, at least by default, NetMon does not see any USB traffic from these drivers.

Anyone know how to get NetMon to see the traffic on these special test drivers?

FYI:

http://blogs.msdn.com/b/usbcoreblog/archive/2009/12/04/etw-in-the-windows-7-usb-core-stack.aspx USB 2.0

Logman start Usbtrace -p Microsoft-Windows-USB-USBPORT -o usbtrace.etl -ets -nb 128 640 -bs 128
Logman update Usbtrace -p Microsoft-Windows-USB-USBHUB -ets

[Do something with device here.]

Logman stop Usbtrace -ets

http://blogs.msdn.com/b/usbcoreblog/archive/2012/08/07/how-to-trace-usb-3-activity.aspx USB 3.0

Title: Re: Using Microsoft's Network Monitor and USB Command Verifier tool at same time?
Post by: Jan Axelson on July 31, 2013, 05:18:13 pm
You may be out of luck with that. What are you trying to accomplish with the monitoring?
Title: Re: Using Microsoft's Network Monitor and USB Command Verifier tool at same time?
Post by: bpaddock on August 01, 2013, 07:38:22 am
Simply an other way to monitor what is going on during debugging.
See my other thread about Command Verifier Halt test failure.