This is a step by step beginner’s guide shows how to install and setup the latest Wireshark network protocol analyzer software in Ubuntu 24.04, Ubuntu 22.04, Ubuntu 20.04, and Linux Mint 22/21.
Wireshark is a popular free open-source software to capture and display real-time details of network traffic. It’s available in Ubuntu system repository, but old.
The open-source network analyzer Wireshark 2.4.3 was released days ago on Nov 30. The stable PPA finally built the packages for all current Ubuntu releases.
Wireshark 2.4.3 is a bug-fix release. Following bugs has been fixed in the release:
The IWARP_MPA dissector could crash.
The NetBIOS dissector could crash.
The CIP Safety dissector could crash.
“tshark -G ?” doesn’t provide expected help.
File loading is very slow with TRANSUM dissector enabled.
SSL Dissection bug.
Wireshark crashes when exporting various files to .csv, txt and other ‘non-capture file’ formats.
RLC reassembly doesn’t work for RLC over UDP heuristic dissector.
HTTP Object export fails with long extension (possibly query string).
3GPP Civic Address not displayed in Packet Details.
PEEKREMOTE dissector does not decode 11ac MCS rates properly.
Wireshark Crash when trying to use Preferences | Advanced.
Wireshark has a stable PPA with the latest packages for Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.04, and Ubuntu 17.10, though the title says only Ubuntu 17.10.
1. To add the PPA, open terminal from Unity Dash / App Launcher, or via Ctrl+Alt+T shortcut keys, and then run command:
sudo add-apt-repository ppa:wireshark-dev/stable
Type in your password (no visual feedback due to security reason) when it asks and hit Enter.
2. For those who have a previous release installed, launch Software Updater (or Update Manager) to upgrade it to the latest:
Or run the commands below in terminal to install / upgrade wireshark:
Wireshark 2.2.0, new stable release of open-source network analyzer, is finally available for install or upgrade via PPA repository, in Ubuntu 16.04, Ubuntu 14.04, and Ubuntu 12.04.
For all current Ubuntu LTS: 16.04, 14.04, 12.04, Linux Mint 17/18, and the old Ubuntu 15.10, Ubuntu 15.04, you can install Wireshark 2.2 from its official PPA by following the steps below one by one:
1. Open terminal (Ctrl+Alt+T) and run command to add the PPA:
sudo add-apt-repository ppa:wireshark-dev/stable
Type in your password when it asks and hit Enter.
2. To upgrade from a previous release, launch Software Updater (or Update Manager for Mint) and install the software updates after checking updates.
Or install / upgrade Wireshark 2.2 from command line:
Wireshark has reached the new table 2.0 release recently and it has been made into Ubuntu 16.04’s official repositories. Here’s how to install Wireshark 2.0 in Ubuntu 15.10 using a PPA.
Wireshark 2.0 features a completely new user interface that provides a smoother, faster user experience. It has been fully rewritten in Qt5. It also has new protocol support, new file format decoding support, new dialogs, capture options, and many other improvements. See the release note.
Install Wireshark 2.0 in Ubuntu 15.10:
UPDATE: The official Wireshark PPA just updated with the 2.0 packages, available for not only Ubuntu 15.10, but also Ubuntu 15.04, Ubuntu 14.04 and Ubuntu 12.04.
1. Add PPA.
Open terminal from Unity Dash, App Launcher, or via Ctrl+Alt+T key combination. When it opens, paste below command and hit enter:
sudo add-apt-repository ppa:wireshark-dev/stable
Type in your password when it asks, no visual feedback so just type in mind, and hit Enter to continue.
2. Install / Upgrade Wireshark.
If you have a previous installed, launch Software Updater. After checking for updates, you’ll see this popular network protocol analyzer in the list. Install the updates and done.
Or, paste below commands one by one and run to update repository cache and install/upgrade the software:
The PPA also contains many other applications for 15.10 Wily, check HERE. You can keep the PPA or select remove it via below command once Wireshark 2.0 is installed.
Wireshark, the most popular network protocol analyzer has reached v1.10.3. Wireshark 1.10.3 fixed lots of bugs and updated many protocols support.
This tutorial shows how to install Wireshark 1.10.3 via PPA in Ubuntu 13.10 Saucy, Ubuntu 13.04 Raring, Ubuntu 12.10 Quantal, Ubuntu 12.04 Precise, Linux Mint and their derivatives.
What’s New in Wireshark 1.10.3:
The following vulnerabilities have been fixed:
The IEEE 802.15.4 dissector could crash.
The NBAP dissector could crash. Discovered by Laurent Butti.
The SIP dissector could crash.
The OpenWire dissector could go into a large loop. Discovered by Murali.
The TCP dissector could crash.
The following bugs has been fixed:
new_packet_list: EAP-TLS reassemble does not happen when NEW_PACKET_LIST is toggled.
TLS decryption fails with XMPP start_tls.
Wrong Interpretation of GTS starting slot.
“Follow TCP Stream” shows only the first HTTP req+res.
The value of SEND_TO_UE in the DIAMETER Gx dictionary for Packet-Filter-Usage AVP is 0 instead of 1.
Crash then try to delete the same entry (length range) twice.
Crash if wrong “packet lengths range” entered.
Bssgp ⇒ SGSN-INVOKE-TRACE use the wrong function…
Minor correction to dissection of DLR frames in Ethernet/IP dissector.
WebSphere MQ V7 Bug Fix 8322 TSHM_EBCDIC.
EDNS0 “Higher bits in extended RCODE” incorrectly decoded in packet-dns.c.
Files with pcap-ng Simple Packet Blocks can’t be read.
Bug in RTP dissector if RTP extension is present.
Improve “eHRPD Indicator” NVSE dissection in 3GPP2 A11 Registration Request.
It’s recommended to upgrade to this version because it fixed lots of vulnerabilities and bugs that affected in versions that are available by default in Ubuntu repository.
To get started, press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run commands below one by one to install Wireshark 1.10.3 from PPA: