I continue developping the USB dumper. Thank you all for your information.
Currently I'm trying to get rid of an OOPS which occurs when I receive an
configuration request, so I'll send out a patch as sson as I'll think my code
is clean enough :)
For the moment I still use usb_submit_urb. I don't k
On Thursday 02 December 2004 1:22 am, Pete Zaitcev wrote:
>
> The mechanics of this thing sans API are rather straightforward. The
> consensus is that intercepting usb_submit_urb and urb->complete is good
> enough for most needs.
In fact, see the two spots in "hcd.c" marked as the places
to put s
On Thu, 2 Dec 2004 01:22:30 -0800
Pete Zaitcev <[EMAIL PROTECTED]> wrote:
>
> Please search the Net for something called "USBmon". It's an earlier attempt
> to do this very important work. It floundered largely on API problems.
> Piping things through procfs is not going to fly. I would think tha
On Thu, 2 Dec 2004 09:57:24 +0100, THESNIERES Sylvain <[EMAIL PROTECTED]>
wrote:
> I've found a way to create an USB packets dumper for linux like USBSnoop in
> windows. Since I didn't found any on the Internet, I'd like to know if someone
> here is interrested. In this case I could submit a pat
Hi Sylvain,
> I've found a way to create an USB packets dumper for linux like USBSnoop in
> windows. Since I didn't found any on the Internet, I'd like to know if someone
> here is interrested. In this case I could submit a patch (or better) figure
> out
> how to create a compile option for the k
Hello all,
I've found a way to create an USB packets dumper for linux like USBSnoop in
windows. Since I didn't found any on the Internet, I'd like to know if someone
here is interrested. In this case I could submit a patch (or better) figure out
how to create a compile option for the kernel in ord