-2

I want to sniff a usb port in Windows and when specific data have been captured I want to send them through another usb port on the same computer. I am able to make the capture with Wireshark and usbcap but I want to do this on real time. Is there any simple solution?

ctzof
  • 1
  • 5

2 Answers2

0

when you have the filtered data sending it seem just as simple as to receive it but it doesn't. USB is not a simple i/o device ill redirect you to read this answer :here

e.z.a
  • 71
  • 5
  • Please edit your answer to illustrate what the answer covers as answers should be able to live without relying on external sources. Help us prevent link rot and produce quality answers. – DᴀʀᴛʜVᴀᴅᴇʀ Jan 17 '17 at 15:56
0

The solution I landed on was to use Autohotkey and a script AHKHID.

It only works to listen to the selected USB device, and have no means to send data to a USB device.

But it solved my problem: Jabra headset not supporting my softphone.

Ove Halseth
  • 431
  • 5
  • 13