Usbmon: Difference between revisions
Jump to navigation
Jump to search
m (New page: {{lowercase|usbmon}} A Linux kernel module which can snoop and output USB communications traffic. The output produced by usbmon can be examined by using utilities such as '''usbdump''' ...) |
m (add perl script link) |
||
Line 4: | Line 4: | ||
'''USBMon'''. |
'''USBMon'''. |
||
==Also see== |
|||
* [[Usbmon2usbsnoop|usbmon2usbsnoop]] - a perl script that convert's usbmon output into [[usbsnoop]] log file format |
|||
==External Links== |
==External Links== |
Revision as of 23:12, 21 December 2008
A Linux kernel module which can snoop and output USB communications traffic. The output produced by usbmon can be examined by using utilities such as usbdump or USBMon.
Also see
- usbmon2usbsnoop - a perl script that convert's usbmon output into usbsnoop log file format
External Links
- kernel documentation
- The usbmon: USB monitoring framework article
- USBmon - an old java program that can interface with the output from the usbmon kernel module; unfinished ? see: the notes on this page and those from this article on USB snooping under Linux
- also see Wireshark; which looks to be a newer and more polished way to interact with the usbmon kernel module