Open Darkcast opened 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
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
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