博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
linux下安装和运行wireshark
阅读量:4165 次
发布时间:2019-05-26

本文共 776 字,大约阅读时间需要 2 分钟。

一、安装

以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

解决方法:

http://forums.fedoraforum.org/showthread.php?p=1307301

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

成功!

from:   

转载地址:http://autxi.baihongyu.com/

你可能感兴趣的文章
Openwrt源码下载与编译
查看>>
rootkit related
查看>>
go语言如何从终端逐行读取数据?------用bufio包
查看>>
go的值类型和引用类型------重要的概念
查看>>
求二叉树中结点的最大值(所有结点的值都是正整数)
查看>>
用go的flag包来解析命令行参数
查看>>
来玩下go的http get
查看>>
队列和栈的本质区别
查看>>
matlab中inline的用法
查看>>
如何用matlab求函数的最值?
查看>>
EasySwift/YXJOnePixelLine 极其方便的画出真正的一个像素的线
查看>>
Ubuntu Linux系统下apt-get命令详解
查看>>
ubuntu 16.04 下重置 MySQL 5.7 的密码(忘记密码)
查看>>
Ubuntu Navicat for MySQL安装以及破解方案
查看>>
HTTPS那些事 用java实现HTTPS工作原理
查看>>
oracle函数trunc的使用
查看>>
MySQL 存储过程或者函数中传参数实现where id in(1,2,3,...)IN条件拼接
查看>>
java反编译
查看>>
Class.forName( )你搞懂了吗?——转
查看>>
jarFile
查看>>