macOS
brew install tcpdumplocal Homebrew formula metadata
sudo port install tcpdumpMacPorts ports tree · net/tcpdump/Portfile · source: api.github.com
brew
Command-line packet analyzer. Version 4.99.6 via Homebrew; verified 2026-06-22.
install
brew install tcpdumplocal Homebrew formula metadata
sudo port install tcpdumpMacPorts ports tree · net/tcpdump/Portfile · source: api.github.com
sudo apk add tcpdumpAlpine Linux edge package indexes · tcpdump · source: dl-cdn.alpinelinux.org
sudo apt install tcpdumpDebian stable package indexes · tcpdump · source: deb.debian.org
sudo dnf install tcpdumpFedora Rawhide package metadata · tcpdump · source: dl.fedoraproject.org
nix profile install nixpkgs#tcpdumpnixpkgs package indexes · pkgs/by-name/tc/tcpdump/package.nix · source: api.github.com
sudo pacman -S tcpdumpArch Linux sync databases · tcpdump · source: geo.mirror.pkgbuild.com
sudo zypper install tcpdumpopenSUSE Tumbleweed package metadata · tcpdump · source: download.opensuse.org
overview
Command-line packet analyzer
history
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.
security posture
doc example: packet capture tool.
red risk · high confidence · escape-surveillance-offensive
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
tcpdump | cli | global executable | |
tcpdump.4.99.6 | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:tcpdump |
|---|---|
| Version | 4.99.6 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/tcpdump |
| Homepage | https://www.tcpdump.org/ |
| Repository | https://github.com/the-tcpdump-group/tcpdump |
| Upstream docs | https://github.com/the-tcpdump-group/tcpdump#readme |
| License | BSD-3-Clause |
| Source archive | https://www.tcpdump.org/release/tcpdump-4.99.6.tar.gz |
| Last updated | 2026-06-22T14:06:26-07:00 |
| Pulse | updated |
| Dependencies | libpcap, openssl@4 |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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 tcpdumpsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.