https://github.com/jeanthom/usb2sniffer-cli
CLI application for LambdaConcept's USB2Sniffer
https://github.com/jeanthom/usb2sniffer-cli
Last synced: 3 months ago
JSON representation
CLI application for LambdaConcept's USB2Sniffer
- Host: GitHub
- URL: https://github.com/jeanthom/usb2sniffer-cli
- Owner: jeanthom
- License: gpl-3.0
- Created: 2020-04-08T20:41:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T06:13:33.000Z (4 months ago)
- Last Synced: 2025-04-02T07:23:55.463Z (4 months ago)
- Language: C
- Size: 543 KB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# usb2sniffer-cli
lcsniff-cli software for [USB2Sniffer hardware](https://github.com/lambdaconcept/usbsniffer) ([buy](http://shop.lambdaconcept.com/home/35-usb2-sniffer.html)). It currently spits out pcap but also usb files that you can load in [usb2sniffer-qt](https://github.com/lambdaconcept/usb2sniffer-qt).
Linux only currently + requires [a kernel driver](https://github.com/lambdaconcept/ft60x_driver).
## Build
### Linux
No external libs required on Linux.
```bash
make
```### Windows
Open the solution in Visual Studio and build. Put the resulting executable and `FTD3XX.dll` into a common directory.
## HowTo
### Linux usage
```bash
./lcsniff-cli fs /dev/ft60x0 test.pcap
./lcsniff-cli fs /dev/ft60x0 test.usb
```### Windows usage
```PowerShell
.\lcsniff-cli fs 0 test.pcap
.\lcsniff-cli fs 0 test.usb
```Then `CTRL+C` to stop capture.