网络工具wireshark安装


      wireshark是linux下最常用的网络抓包工具,而且是开源的。

      源代码下载:http://sourceforge.net/projects/wireshark/files/src/

       安装:


    第一步,编译wireshark前的准备工作
    为了编译wireshark的需要,需要为系统准备如下环境:
    安装bison包
      apt-get install bison
   安装flex包
      apt-get install flex
   安装gtk包
      apt-get install gtk2.0
   安装libcap包
       apt-get install libpcap0.8-dev


       编译

        ./configure
        make

       如果没有错误提示,就可以运行了
      运行wireshark
      ./wireshark

你可能感兴趣的:(Ubuntu,工具,网络,gtk,flex,linux,工作)