From time to time I need to dump usb traffic under windows, mostly to support hardware under Linux, so my primary goal is to produce dump files for protocol analysis. For USB traffic, it seems that [SniffUsb](http://www.pcausa.com/Utilities/UsbSnoop/default.htm) is the clear winner... It works under XP and has much nicer GUI than earlier versions. It produce *huge* dump files, but everything is there. However, my device is in fact usb serial device, so I turned to [Portmon](http://technet.microsoft.com/en-us/sysinternals/bb896644.aspx) which can sniff serial port traffic without USB overhead.