Chinaunix首页 | 论坛 | 博客
  • 博客访问: 242317
  • 博文数量: 88
  • 博客积分: 1429
  • 博客等级:
  • 技术积分: 523
  • 用 户 组: 普通用户
  • 注册时间: 2010-01-18 15:31
文章分类

全部博文(88)

文章存档

2017年(2)

2016年(24)

2013年(1)

2012年(24)

2011年(15)

2010年(22)

我的朋友

分类: LINUX

2010-05-27 15:30:18

一、安装
以root用户运行:yum install wireshark
 
二、运行
在终端中键入命令:
#wireshark
bash:wireshark:command not found
 
#whereis wireshark
wireshark: /usr/lib/wireshark /usr/share/wireshark
#cd /usr/lib/wireshark
#ls
plugins
#cd /usr/share/wireshark; ls
AUTHORS-SHORT  dtds          mergecap.html   tshark.html
capinfos.html  dumpcap.html  radius          wimaxasncp
cfilters       editcap.html  rawshark.html   wireshark-filter.html
colorfilters   help          services        wireshark.html
COPYING        idl2wrs.html  smi_modules     ws.css
dfilters       ipmap.html    text2pcap.html
diameter       manuf         tpncp
 
解决方法:
yum search wireshark
yum install wireshark-gnome.i386
 
#whereis wireshark
wireshark: /usr/bin/wireshark /usr/sbin/wireshark /usr/share/wireshark /usr/share/man/man1/wireshark.1.gz
 
#wireshark
 
成功!
 
阅读(756) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~