Usbmon2usbsnoop: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 December 2008

17 April 2007

  • curprev 23:4823:48, 17 April 2007Aapot talk contribs 1,218 bytes +1,218 New page: This script converts output from usbmon to a format that is compatible with usbreplay. <pre><nowiki> #!/usr/bin/perl sub print_bytes{ my($str) = @_; @str_1 = split(/ /, $str); fore...