On Fri, Jun 04, 2004 at 07:39:53PM +0200, Harald Welte wrote: > > > But AFAIK it is the only freely available usb sniffer available for > > > Linux, and that's why I'm using it. > > > > Hm, I started to add such a functionality to the usbfs code. Right now > > it logs any usbfs control urbs and basic "what did the user just ask to > > do" type messages. See the latest 2.6 kernel for it. You might want to > > start with that code and extend it to encompass the remaining usbfs > > calls. > > but that would only work for libusb or other userspace usb drivers.
Which is where the majority of the real use of this feature. > In my case, it's actually a kernel driver (cyberjack, working together > with REINER SCT and the original Author Matthias Bruestle) I want to > debug... As you already have the source code for the driver, it's probably much easier just to modify the driver to have it spit out what it is doing than trying to intrepret a USB stream separate from the driver. Good luck, greg k-h ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
