Re: [linux-usb-devel] USB Packet Dumper for Linux

2004-12-09 Thread THESNIERES Sylvain
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

Re: [linux-usb-devel] USB Packet Dumper for Linux

2004-12-02 Thread David Brownell
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

Re: [linux-usb-devel] USB Packet Dumper for Linux

2004-12-02 Thread Feyd
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

Re: [linux-usb-devel] USB Packet Dumper for Linux

2004-12-02 Thread Pete Zaitcev
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

Re: [linux-usb-devel] USB Packet Dumper for Linux

2004-12-02 Thread Marcel Holtmann
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

[linux-usb-devel] USB Packet Dumper for Linux

2004-12-02 Thread THESNIERES Sylvain
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