desowin / usbpcap

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

Add extcap option to inject descriptors for currently connected devices on capture start #81

Closed desowin closed 5 years ago

desowin commented 5 years ago

Configuration descriptors of currently connected devices can be obtained via IOCTL_USB_GET_DESCRIPTOR_FROM_NODE_CONNECTION called on USB hub.

This would enable full dissection in Wireshark without the need to connect the device during the capture.