desowin / usbpcap

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

Feature Suggestion: .pcap replay #24

Closed CooperWhitlow closed 5 years ago

CooperWhitlow commented 8 years ago

Not sure how difficult this would be. tcpreplay exists for TCP/IP .pcap files but nothing for sending USB captures.

desowin commented 5 years ago

Considering that USBPcapDriver is filter driver, I think the pcap replay is pretty much impossible to do. I think you could try to build such tool using libusb, but you'd have to install libusb driver instead of the currently used USB device driver.