Wireshark, let's see what this software is. Wireshark (formerly known as Ethereal) is a network packet analysis software. The function of the network packet analysis software is to capture network packets and display the most detailed network packet information as much as possible. The function of the network packet analysis software can be imagined as "an electrician uses an electric meter to measure current, voltage, and resistance"-simply porting the scenario to the network and replacing the wire with the network line. In the past, network packet analysis software was very expensive or specially used by enterprises. Ether
Wireshark, let's see what this software is. Wireshark (formerly known as Ethereal) is a network packet analysis software. The function of the network packet analysis software is to capture network packets and display the most detailed network packet information as much as possible.
The function of the network packet analysis software can be imagined as "an electrician uses an electric meter to measure current, voltage, and resistance"-simply porting the scenario to the network and replacing the wire with the network line.
In the past, network packet analysis software was very expensive or specially used by enterprises. The emergence of Ethereal has changed all of this. Under the protection scope of the GNUGPL general license, users can obtain the software and its source code at a free cost, and have the right to modify and customize its source code. Ethereal is one of the most widely used network packet analysis software in the world.
Now let's take a look at PPA installation. Open the terminal and enter the following code:
Sudo add-apt-repository ppa: n-muench/programs-ppa
Sudo apt-get update
Sudo apt-get install wireshark
Http://www.wireshark.org/
Other system installation package download Official Website: http://www.wireshark.org/download.html