summaryrefslogtreecommitdiff
path: root/print-usb.c
Commit message (Collapse)AuthorAgeFilesLines
* Handle the 48-byte and 64-byte Linux USB headers differently; for now,Guy Harris2010-01-251-16/+47
| | | | the difference isn't major, but it might be more important later.
* Check to make sure we have all of the USB header before trying to printGuy Harris2009-05-211-1/+11
| | | | it.
* From Bert Vermeulen: add a USB printer, and fix the error messageGuy Harris2009-04-041-0/+133
printed when trying to print packets for a DLT_ for which we don't have a printer to indicate that you can still save to a capture file in that case. (Slightly changed not to require DLT_USB_LINUX_MMAPPED to be defined, for older libpcaps that only define DLT_USB_LINUX.)