------------以下是tcpdump的下载安装-------------

一、下载安装包:

因为tcpdump需要依赖包libcap,所以需安装2个包。可以从以下网址下载。

 http://www.tcpdump.org/release/libpcap-1.5.3.tar.gz  
 http://www.tcpdump.org/release/tcpdump-4.5.1.tar.gz  

二、解压安装:
tar -zxvf  libpcap-1.5.3.tar.gz  
cd  libpcap-1.5.3  
./configure  
sudo make install  
 
tar -zxvf tcpdump-4.5.1.tar.gz  
cd tcpdump-4.5.1  
./configure  
sudo make install
---------------------
作者:蜕变之痛
来源:CSDN
原文:https://blog.csdn.net/liuxueyi521/article/details/84863794
版权声明:本文为博主原创文章,转载请附上博文链接!

相关文章:

  • 2021-10-18
  • 2021-05-03
  • 2021-11-15
  • 2021-05-20
  • 2021-06-30
  • 2021-05-17
  • 2022-01-11
  • 2021-07-03
猜你喜欢
  • 2021-08-17
  • 2021-05-18
  • 2022-12-23
  • 2022-12-23
  • 2021-08-27
  • 2021-11-15
  • 2021-11-27
相关资源
相似解决方案