desowin / usbpcap

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

Support capturing chained MDL data (bulk and isochronous transfers) #73

Open desowin opened 5 years ago

desowin commented 5 years ago

In Windows 8 there are URB_FUNCTION_BULK_OR_INTERRUPT_TRANSFER_USING_CHAINED_MDL and URB_FUNCTION_ISOCH_TRANSFER_USING_CHAINED_MDL functions available.

Currently USBPcap does not capture the data that was transferred using these URBs.