how to install wireshark

get the package(source code) from https://www.wireshark.org/#download

# yum install gcc-c++  qt-devel  libgcrypt-devel libpcap-devel

# tar xzvf wireshark-2.4.5.tar.xz

# ./configure

# make

# make install