macOS
brew install tcpdumplocal Homebrew formula metadata
sudo port install tcpdumpMacPorts ports tree · net/tcpdump/Portfile · ソース: api.github.com
brew
tcpdump のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install tcpdumplocal Homebrew formula metadata
sudo port install tcpdumpMacPorts ports tree · net/tcpdump/Portfile · ソース: api.github.com
sudo apk add tcpdumpAlpine Linux edge package indexes · tcpdump · ソース: dl-cdn.alpinelinux.org
sudo apt install tcpdumpDebian stable package indexes · tcpdump · ソース: deb.debian.org
sudo dnf install tcpdumpFedora Rawhide package metadata · tcpdump · ソース: dl.fedoraproject.org
nix profile install nixpkgs#tcpdumpnixpkgs package indexes · pkgs/by-name/tc/tcpdump/package.nix · ソース: api.github.com
sudo pacman -S tcpdumpArch Linux sync databases · tcpdump · ソース: geo.mirror.pkgbuild.com
sudo zypper install tcpdumpopenSUSE Tumbleweed package metadata · tcpdump · ソース: download.opensuse.org
概要
Command-line packet analyzer
履歴
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.
セキュリティ状態
doc example: packet capture tool.
リスク red · 信頼度 高 · escape-surveillance-offensive
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
tcpdump | cli | グローバル実行可能ファイル | |
tcpdump.4.99.6 | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:tcpdump |
|---|---|
| バージョン | 4.99.6 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/tcpdump |
| ホームページ | https://www.tcpdump.org/ |
| リポジトリ | https://github.com/the-tcpdump-group/tcpdump |
| 上流ドキュメント | https://github.com/the-tcpdump-group/tcpdump#readme |
| ライセンス | BSD-3-Clause |
| ソースアーカイブ | https://www.tcpdump.org/release/tcpdump-4.99.6.tar.gz |
| 最終更新 | 2026-06-22T14:06:26-07:00 |
| Pulse | updated |
| 依存関係 | libpcap, openssl@4 |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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 tcpdumpソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.