1
0
Fork 0
alistair23-linux/Documentation/usb
Pete Zaitcev 6f23ee1fef USB: add binary API to usbmon
This patch adds a new, "binary" API in addition to the old, text API usbmon
had before. The new API allows for less CPU use, and it allows to capture
all data from a packet where old API only captured 32 bytes at most. There
are some limitations and conditions to this, e.g. in case someone constructs
a URB with 1GB of data, it's not likely to be captured, because even the
huge buffers of the new reader are finite. Nonetheless, I expect this new
capability to capture all data for all real life scenarios.

The downside is, a special user mode application is required where cat(1)
worked before. I have sample code at http://people.redhat.com/zaitcev/linux/
and Paolo Abeni is working on patching libpcap.

This patch was initially written by Paolo and later I tweaked it, and
we had a little back-and-forth. So this is a jointly authored patch, but
I am submitting this I am responsible for the bugs.

Signed-off-by: Paolo Abeni <paolo.abeni@email.it>
Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-02-07 15:44:34 -08:00
..
CREDITS Change Linus' email address too 2007-01-23 14:22:35 -08:00
URB.txt Fix typos in Documentation/: 'S' 2006-10-03 22:55:17 +02:00
acm.txt USB: small update to Documentation/usb/acm.txt 2007-01-05 12:19:09 -08:00
auerswald.txt Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dma.txt Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ehci.txt Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
error-codes.txt Documentation: remove duplicated words 2006-10-03 22:57:56 +02:00
gadget_serial.txt [PATCH] Spelling fixes for Documentation/ 2005-09-10 10:06:28 -07:00
hiddev.txt Fix typos in /Documentation : Misc 2006-11-30 05:21:10 +01:00
hotplug.txt Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
linux.inf Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mtouchusb.txt Fix typos in Documentation/: 'S' 2006-10-03 22:55:17 +02:00
ohci.txt Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
proc_usb_info.txt USB: indicate active altsetting in proc/bus/usb/devices file 2007-02-07 15:44:33 -08:00
rio.txt Fix typos in /Documentation : 'T'' 2006-11-30 04:55:36 +01:00
uhci.txt Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
usb-help.txt USB: doc: usb-help.txt update. 2006-08-02 16:41:42 -07:00
usb-serial.txt Fix typos in /Documentation : Misc 2006-11-30 05:21:10 +01:00
usbmon.txt USB: add binary API to usbmon 2007-02-07 15:44:34 -08:00