Install Wireshark latest version on Ubuntu:
What is Wireshark?
Wireshark is a powerful, open-source network protocol analyzer that provides detailed insights into the data traversing a network. It allows users to capture and examine packets of data transmitted over a network in real-time or from a saved file. This capability makes it an invaluable tool for network administrators, cybersecurity professionals, and developers who need to troubleshoot network issues, analyze performance, or investigate security incidents.
Here’s what sets Wireshark apart:
Deep Packet Inspection: Wireshark dissects and analyzes the contents of network packets at a granular level, showing details like headers, payloads, and protocols used.
Live and Offline Analysis: Users can capture network traffic live or analyze previously recorded data, providing flexibility depending on the situation.
Protocol Decoding: It supports a wide array of network protocols and can decode and display information in a human-readable format, which is crucial for understanding complex communication exchanges.
Customizable Filters: Wireshark offers powerful filtering options that allow users to focus on specific types of traffic or particular issues, streamlining the analysis process.
Rich Visualization: It includes graphical tools such as flow graphs and protocol hierarchies that help visualize network traffic patterns and relationships.
Extensive Community Support: Being open-source, Wireshark benefits from contributions and support from a global community of users and developers, which continuously enhances its features and capabilities.
There are several version available of Wireshark. here some basic/dependent software packages are required to install before going to install Wireshark latest version.
========================================
Version: wireshark-4.0.6.
Below Dependency are required for installation:
$sudo apt install qttools5-dev qttools5-dev-tools libqt5svg5-dev qtmultimedia5-dev build-essential automake autoconf libgtk2.0-dev libglib2.0-dev flex bison libpcap-dev libgcrypt20-dev cmake libc-ares-dev -y
If Cmake is not installed:
$ sudo apt-get install cmake
1. mkdir Wireshark
2. cd Wireshark
3. wget https://2.na.dl.wireshark.org/src/all-versions/wireshark-4.0.6.tar.xz
4. tar -xvf wireshark-4.0.6.tar.xz
5. cd wireshark-4.0.6/
6. cmake .
7. make
; make install
8. wireshark -version
9. Place the dissector at below path:
/usr/local/lib/wireshark/plugins/4.0/epan