macOS
brew install tcpdumplocal Homebrew formula metadata
sudo port install tcpdumpMacPorts ports tree · net/tcpdump/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für tcpdump in AI-Agent-Workflows.
Installation
brew install tcpdumplocal Homebrew formula metadata
sudo port install tcpdumpMacPorts ports tree · net/tcpdump/Portfile · Quelle: api.github.com
sudo apk add tcpdumpAlpine Linux edge package indexes · tcpdump · Quelle: dl-cdn.alpinelinux.org
sudo apt install tcpdumpDebian stable package indexes · tcpdump · Quelle: deb.debian.org
sudo dnf install tcpdumpFedora Rawhide package metadata · tcpdump · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#tcpdumpnixpkgs package indexes · pkgs/by-name/tc/tcpdump/package.nix · Quelle: api.github.com
sudo pacman -S tcpdumpArch Linux sync databases · tcpdump · Quelle: geo.mirror.pkgbuild.com
sudo zypper install tcpdumpopenSUSE Tumbleweed package metadata · tcpdump · Quelle: download.opensuse.org
Überblick
Command-line packet analyzer
Verlauf
tcpdump is the classic command-line packet analyzer for capturing, filtering, and decoding network traffic, closely tied to libpcap and Unix network troubleshooting culture.
The tcpdump source says the program was first written in 1987 by Van Jacobson at Lawrence Berkeley Laboratory. The official README says it was part of research into TCP and Internet gateway performance and was loosely based on Sun's etherfind, with proprietary remnants later rewritten by Steven McCanne.
The current project is maintained by The Tcpdump Group. Its GitHub README describes tcpdump as source code for network monitoring and data acquisition and credits continuing improvements to Internet community contributions.
tcpdump became a standard Unix and Unix-like diagnostic tool because it combined packet capture, protocol decoding, and Berkeley Packet Filter expressions in a command-line workflow.
The upstream README notes that many operating systems ship tcpdump as a native package or port, which matches its presence across package managers and base-system environments.
Typical use is interactive or scripted packet capture: selecting an interface, applying a capture filter, printing decoded packets, or writing pcap files for later inspection.
The README points to tcpslice for processing tcpdump capture files and to libpcap as the capture interface dependency, which explains why tcpdump is often packaged alongside libpcap.
tcpdump is one of the canonical networking CLIs that package maintainers expect to exist everywhere. Its packaging touches privilege handling, capture library compatibility, platform packet APIs, and manpage fidelity.
For package nerds, it is also part of a toolkit lineage: libpcap provides the capture layer, tcpdump provides the terminal interface, and Wireshark and many other tools consume the same pcap ecosystem.
Sicherheitslage
doc example: packet capture tool.
red Risiko · hoch Konfidenz · escape-surveillance-offensive
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
tcpdump | cli | globales Executable | |
tcpdump.4.99.6 | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:tcpdump |
|---|---|
| Version | 4.99.6 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/tcpdump |
| Homepage | https://www.tcpdump.org/ |
| Repository | https://github.com/the-tcpdump-group/tcpdump |
| Upstream-Dokumentation | https://github.com/the-tcpdump-group/tcpdump#readme |
| Lizenz | BSD-3-Clause |
| Quellarchiv | https://www.tcpdump.org/release/tcpdump-4.99.6.tar.gz |
| Zuletzt aktualisiert | 2026-06-22T14:06:26-07:00 |
| Pulse | updated |
| Abhängigkeiten | libpcap, openssl@4 |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | tcpdump |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
tcpdump 4.99.5-2
command-line network traffic analyzer
sudo apt install tcpdumptcpdump
nix profile install nixpkgs#tcpdumptcpdump 4.99.4-3ubuntu4
command-line network traffic analyzer
sudo apt install tcpdumptcpdump 4.99.6-r1
Command-line packet analyzer
sudo apk add tcpdumptcpdump-doc 4.99.6-r1
Command-line packet analyzer (documentation)
sudo apk add tcpdump-doctcpdump 4.99.6-3.fc45
A network traffic monitoring tool
sudo dnf install tcpdumptcpdump 4.99.6-1
Powerful command-line packet analyzer
sudo pacman -S tcpdumptcpdump 4.99.6-1.3
A Packet Sniffer
sudo zypper install tcpdumptcpdump
sudo port install tcpdumpQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.