desowin / usbpcap

USB packet capture for Windows
http://desowin.org/usbpcap
902 stars 170 forks source link

Fix Issue #21: Isochronous Transfer buffer truncation #67

Closed vector360 closed 5 years ago

vector360 commented 5 years ago

This pull request fixes Isochronous Transfer buffer truncation (Issue #21). Returns isoch packet buffers only if data has been transferred. Captures only packet buffers that contain data to minimize capture size.

vector360 commented 5 years ago

The latest version removes the gaps to minimize the capture size. It has been tested using Windows 7 x86. If you can provide a properly signed driver for Windows 10 x64, I'd be happy to test it prior to final release.