Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle the 48-byte and 64-byte Linux USB headers differently; for now, | Guy Harris | 2010-01-25 | 1 | -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 print | Guy Harris | 2009-05-21 | 1 | -1/+11 |
| | | | | it. | ||||
* | From Bert Vermeulen: add a USB printer, and fix the error message | Guy Harris | 2009-04-04 | 1 | -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.) |