Author Topic: Using Microsoft's Network Monitor and USB Command Verifier tool at same time?  (Read 8258 times)

bpaddock

  • Frequent Contributor
  • ****
  • Posts: 66

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


Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
You may be out of luck with that. What are you trying to accomplish with the monitoring?

bpaddock

  • Frequent Contributor
  • ****
  • Posts: 66
Simply an other way to monitor what is going on during debugging.
See my other thread about Command Verifier Halt test failure.