thinkhk 发表于 2019-2-18 07:08:33

linux系统安装wireshark

  how to install wireshark
  get 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]
查看完整版本: linux系统安装wireshark