Re: tools
Randy Dunlap <[email protected]>
| Newsgroups | gmane.linux.usb.devel |
|---|---|
| Organization | YPO4 |
| Message-ID | <[email protected]> |
On Wed, 29 Aug 2007 17:06:40 -0700 Lorenzo T. Flores wrote: > Hey guys, > Just curious about tool you guys use, particularly anything for looking > at USB traffic, a sniffer I guess? Or simply a way to log all back and > forth communications from device to host, etc.. > > thanks for any recommendations guys! usbmon (internal-to-Linux USB traffic sniffer): documented in Documentation/usb/usbmon.txt It's a Kconfig option: # # USB Monitor configuration # config USB_MON bool "USB Monitor" depends on USB!=n default y help If you say Y here, a component which captures the USB traffic between peripheral-specific drivers and HC drivers will be built. For more information, see <file:Documentation/usb/usbmon.txt>. This is somewhat experimental at this time, but it should be safe. If unsure, say Y. There are also hardware sniffers available, e.g., http://www.totalphase.com/products/overview/usb/ --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel