get the package from https://www.wireshark.org/docs/wsug_html_chunked/ChBuildInstallUnixBuild.html
# yum install gcc-c++ qt-devel libgcrypt-devel libpcap-devel
# tar xaf wireshark-2.4.5.tar.xz
# ./configure
# make
# make install
原文:http://blog.51cto.com/11527071/2127096