This package browser is in early development. Mind the rough edges.

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.

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.