DevelopersUSB Sniffing in Linux » History » Version 1
Daniel Clemmensen, 02/24/2019 08:03 AM
Preliminar page to make sure the page really gets created
1 | 1 | Daniel Clemmensen | h1. DevelopersUSB Sniffing in Linux |
---|---|---|---|
2 | |||
3 | In a nutshell: |
||
4 | * Run the Windows program to be sniffed under Wine |
||
5 | * use Tshark (or Wireshark) to capture the USB protocol interactions |
||
6 | * Use Tshark (or Wireshark) to filter the captured data |
||
7 | * Use a small program to post-process the data into an easily-read form. |