Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeanthom/usb2sniffer-cli
CLI application for LambdaConcept's USB2Sniffer
https://github.com/jeanthom/usb2sniffer-cli
Last synced: about 1 month 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 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-13T16:40:09.000Z (about 3 years ago)
- Last Synced: 2023-03-06T23:37:08.562Z (almost 2 years ago)
- Language: C
- Size: 542 KB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
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.