linux系统安装wireshark
how to install wiresharkget the package(source code) from https://www.wireshark.org/#download
# yum install gcc-c++qt-devellibgcrypt-devel libpcap-devel
# tar xzvf wireshark-2.4.5.tar.xz
# ./configure
# make
# make install
页:
[1]