macOS
brew install wiresharklocal Homebrew formula metadata
brew
Network analyzer and capture tool - without graphical user interface. Version 4.6.6 via Homebrew; verified 2026-06-25.
install
brew install wiresharklocal Homebrew formula metadata
sudo apk add tsharkAlpine Linux edge package indexes · tshark · source: dl-cdn.alpinelinux.org
sudo apt install libwireshark-dataDebian stable package indexes · libwireshark-data · source: deb.debian.org
sudo dnf install wiresharkFedora Rawhide package metadata · wireshark · source: dl.fedoraproject.org
nix profile install nixpkgs#wiresharknixpkgs package indexes · pkgs/by-name/wi/wireshark/package.nix · source: api.github.com
sudo zypper install libwireshark19openSUSE Tumbleweed package metadata · libwireshark19 · source: download.opensuse.org
choco install wiresharkChocolatey community package catalog · wireshark · source: community.chocolatey.org
scoop install extras/wiresharkScoop official bucket manifest trees · bucket/wireshark.json · source: api.github.com
winget install --id WiresharkFoundation.Wireshark -eWindows Package Manager source index · WiresharkFoundation.Wireshark · source: cdn.winget.microsoft.com
overview
Network analyzer and capture tool - without graphical user interface
history
Wireshark is the canonical open-source network protocol analyzer, with command-line tools such as TShark, dumpcap, editcap, mergecap, and text2pcap packaged alongside the graphical analyzer in the broader project. The Homebrew package represented here is especially relevant to CLI packet-capture and capture-file workflows.
Gerald Combs began writing the project in late 1997 under the name Ethereal because he needed a tool to troubleshoot network problems and wanted to learn more about networking. After development pauses, Ethereal 0.2.0 was released in July 1998, and patches, bug reports, encouragement, and protocol dissectors quickly followed.
The project's extension model and community culture formed early. Contributors often arrived because they needed Wireshark to understand a protocol it did not yet dissect, copied an existing dissector, and sent the new code back. That pattern helped turn the tool into a broad protocol-analysis workbench rather than a single-vendor network sniffer.
In 2006 the project moved and reappeared as Wireshark after the Ethereal trademark stayed with Combs's former employer. The official announcement presented Wireshark as the new home for the world's popular network protocol analyzer, while the migration page encouraged Ethereal users to move forward under the new name.
Wireshark 1.0 arrived in 2008 after ten years of development and coincided with the first SharkFest developer and user conference. Wireshark 2.0 followed in 2015 with a major Qt-based user interface rewrite, and in 2023 the Wireshark Foundation was announced as a 501(c)(3) nonprofit home for the project, SharkFest, development support, and analysis education.
Wireshark's adoption was driven by a simple economic and practical fact: professional protocol analyzers were once expensive, while tcpdump-like tools were powerful but not visual. Wireshark gave network engineers, security practitioners, developers, students, and educators an open-source way to capture, inspect, filter, and explain packets across many protocols.
The project became standard vocabulary in networking and security. The official FAQ describes Wireshark as the world's most popular tool of its kind, used by network professionals, security experts, developers, and educators on Windows, macOS, Linux, and Unix-like systems. Its command-line sibling TShark made the same dissector knowledge useful in scripts, servers, labs, and CI jobs.
Wireshark is used to capture live traffic, open saved capture files, decode protocol fields, apply display filters, inspect conversations, troubleshoot network behavior, develop protocols, teach packet structure, and investigate suspicious traffic. It relies on packet-capture libraries and formats such as pcap and pcapng, which also connect it to tcpdump and many other capture tools.
TShark is the terminal version for capturing or reading packets and printing decoded output or writing captures. The surrounding command-line tools support package-nerd workflows: `dumpcap` captures with reduced privilege, `mergecap` combines files, `editcap` slices or transforms captures, `text2pcap` converts textual packet dumps, and `capinfos` reports metadata.
Wireshark is one of the rare packages that is both a desktop application and an infrastructure debugging primitive. Even users who never launch the GUI may install it for TShark and the capture-file utilities because they encode Wireshark's protocol knowledge in scriptable tools.
Its history also explains why distributions care about privilege separation and packaging details: packet capture may require elevated rights, but protocol dissection is a large attack surface. The split between capture helpers and analysis processes is part of the tool's operational culture, not just an implementation detail.
security posture
packet capture and network inspection 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.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
$XDG_CONFIG_HOME/wireshark/preferences~/.config/wireshark/preferences~/.wireshark/preferences%APPDATA%\Wireshark\preferences%USERPROFILE%\Application Data\Wireshark\preferencesexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
capinfos | cli | global executable | |
captype | cli | global executable | |
dftest | cli | global executable | |
dumpcap | cli | global executable | |
editcap | cli | global executable | |
idl2wrs | cli | global executable | |
mergecap | cli | global executable | |
mmdbresolve | cli | global executable | |
randpkt | cli | global executable | |
rawshark | cli | global executable | |
reordercap | cli | global executable | |
sharkd | cli | global executable | |
text2pcap | cli | global executable | |
tshark | 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:wireshark |
|---|---|
| Version | 4.6.6 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/wireshark |
| Homepage | https://www.wireshark.org |
| Repository | https://gitlab.com/wireshark/wireshark |
| Upstream docs | https://www.wireshark.org/docs |
| License | GPL-2.0-or-later |
| Source archive | https://www.wireshark.org/download/src/all-versions/wireshark-4.6.6.tar.xz |
| Last updated | 2026-06-25T13:38:12+02:00 |
| Pulse | updated |
| Dependencies | c-ares, glib, gnutls, libgcrypt, libgpg-error, libmaxminddb, libnghttp2, libnghttp3, libsmi, libssh, lua, lz4, pcre2, speexdsp, zstd |
| Build dependencies | cmake |
| Uses from macOS | krb5, libpcap, libxml2 |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
| Caveats | This formula only installs the command-line utilities by default. Install Wireshark.app with Homebrew Cask: brew install wireshark-app If your list of available capture interfaces is empty (default macOS behavior), install ChmodBPF: brew install --cask wireshark-chmodbpf |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | wireshark |
| 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.
libwireshark-data 4.4.15-0+deb13u1
network packet dissection library -- data files
sudo apt install libwireshark-datalibwireshark-dev 4.4.15-0+deb13u1
network packet dissection library -- development files
sudo apt install libwireshark-devlibwireshark18 4.4.15-0+deb13u1
network packet dissection library -- shared library
sudo apt install libwireshark18libwiretap-dev 4.4.15-0+deb13u1
network packet capture library -- development files
sudo apt install libwiretap-devlibwiretap15 4.4.15-0+deb13u1
network packet capture library -- shared library
sudo apt install libwiretap15libwsutil-dev 4.4.15-0+deb13u1
network packet dissection utilities library -- development files
sudo apt install libwsutil-devlibwsutil16 4.4.15-0+deb13u1
network packet dissection utilities library -- shared library
sudo apt install libwsutil16tshark 4.4.15-0+deb13u1
network traffic analyzer - console version
sudo apt install tsharkwireshark 4.4.15-0+deb13u1
network traffic analyzer - graphical interface
sudo apt install wiresharkwireshark-common 4.4.15-0+deb13u1
network traffic analyzer - common files
sudo apt install wireshark-commonwireshark-dev 4.4.15-0+deb13u1
network traffic analyzer - development tools
sudo apt install wireshark-devwireshark-doc 4.4.15-0+deb13u1
network traffic analyzer - documentation
sudo apt install wireshark-docwireshark
nix profile install nixpkgs#wiresharklibwireshark-data 4.2.2-1.1build3
network packet dissection library -- data files
sudo apt install libwireshark-datalibwireshark-dev 4.2.2-1.1build3
network packet dissection library -- development files
sudo apt install libwireshark-devlibwireshark17t64 4.2.2-1.1build3
network packet dissection library -- shared library
sudo apt install libwireshark17t64source 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.