above

above 2.8.1

Invisible network protocol sniffer

https://github.com/caster0x00/Above
Apache License 2.0
main program: aboveprograms: above
Platforms (32)
m68k-linuxarmv7a-linuxmips-linuxmips64el-linuxloongarch64-linuxarmv6l-linuxmips64-linuxmipsel-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