desowin / usbpcap

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

command in webpage gave me error | End of file on pipe magic during open #99

Open Darkcast opened 4 years ago

Darkcast commented 4 years ago

Windows 10 Lastest version of USBCAP & WireShark URL: https://desowin.org/usbpcap/tour.html

Command: USBPcapCMD.exe -d \.\USBPcap2 -o - | "C:\Program Files\Wireshark\Wireshark.exe" -k -i -

Error recieved End of file on pipe magic during open

terminal was run as admin

leifhelm commented 3 years ago

Use the following command:

USBPcapCMD.exe -d \.\USBPcap2 -A -o - | "C:\Program Files\Wireshark\Wireshark.exe" -k -i -

Note the added -A option to capture the whole traffic on that root hub