above

above 2.8.1

Invisible network protocol sniffer

https://github.com/caster0x00/Above
Apache License 2.0
main program: aboveprograms: above
Platforms (31)
powerpc-linuxarmv7l-linuxaarch64-darwinsh4-linuxpowerpc64-linuxriscv32-linuxmips-linuxarc-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  above
];
Ad-hoc shell
nix-shell -p above
Flake (nix run)
nix run nixpkgs#above