desowin / usbpcap

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

Is-it possible to have a second adapter like \.\USBPcap2 into Windows ? #109

Open serhardt opened 3 years ago

serhardt commented 3 years ago

Is-it possible to have a second adapter like .\USBPcap2 into Windows ? I have not found any command line to create it. For example by invoking USBPcapCMD.exe

desowin commented 3 years ago

You have USBPcap2 if your system have multiple root hubs. The feature you would want is support for multiple capture buffers. Currently there is one capture buffer associated with every root hub interface, while it is possible to modify the code in a way that creates the capture buffers on demand (with maximum capture buffers limit).