sniffglue 0.15.0
Secure multithreaded packet sniffer
This package provides a network sniffer written in Rust. Packets are parsed concurrently using a thread pool to utilize all cpu cores. A goal of the project is to be runnable on untrusted networks without crashing.
- Website: https://github.com/kpcyrd/sniffglue
- Licenses: GPL 3
- Package source: gnu/packages/rust-apps.scm
- Builds: See build status
- Issues: See known issues
Installation
Install sniffglue 0.15.0
as follows:
guix install sniffglue@0.15.0
Or install the latest version:
guix install sniffglue
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.