Install Wireshark latest version on Ubuntu

Install Wireshark latest version on Ubuntu:

 

Version: wireshark-4.0.6

 Below Dependency are required for instalation:

$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



No comments:

Post a Comment