wireshark

wireshark-qt 4.6.8

Powerful network protocol analyzer

<rendered-html><p>Wireshark (formerly known as “Ethereal”) is a powerful network protocol analyzer developed by an international team of networking experts. It runs on UNIX, macOS and Windows.</p> </rendered-html>

https://www.wireshark.org
GNU General Public License v2.0 or later
main program: wiresharkprograms: rawshark, sharkd, dumpcap, androiddump, text2pcap, wifidump, reordercap, mmdbresolve, editcap, wireshark, sdjournal, mergecap, idl2wrs, dftest, capinfos, udpdump, randpktdump, sshdump, ciscodump, captype, dpauxmon, tshark, randpkt
Platforms (25)
aarch64-linuxarmv6l-linuxpowerpc-linuxloongarch64-linuxarmv5tel-linuxmips64el-linuxmicroblazeel-linuxsh4-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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