wireshark:no interface can be used for capturing in this system with the current configuration

在虚拟机unbuntu中,进行wireshark抓包,出现:no interface can be used for capturing in this system with the current configuration错误!!!

错误原因:

  权限不够!

解决办法:

  1.可以通过执行下面的命令来服务于/usr/bin/dumpcap权限

sudo setcap ‘CAP_NET_RAW+eip CAP_NET_ADMIN+eip‘ /usr/bin/dumpcap

  2.提升权限运行程序

sudo wireshark

建议使用方式1,解决问题。

参考资料:

  1,  http://www.cnblogs.com/zombiecc/p/3412063.html

时间: 2024-10-19 07:13:29

wireshark:no interface can be used for capturing in this system with the current configuration的相关文章

Wireshark:图形化数据包捕获软件。

软件介绍: Wireshark是世界上最流行的网络分析工具.这个强大的工具可以捕捉网络中的数据,并为用户提供关于网络和上层协议的各种信息.与很多其他网络工具一样,Wireshark也使用pcap network library来进行封包捕捉.可破解局域网内QQ.邮箱.msn.账号等的密码!! 实验环境: vmware workstation 11 centos6.5的系统下 服务器:ip:192.168.0.26 SecureCRT (ssh远程连接软件) 软件安装: 一. wireshark:

Akka(24): Stream:从外部系统控制数据流-control live stream from external system

在数据流应用的现实场景中常常会遇到与外界系统对接的需求.这些外部系统可能是Actor系统又或者是一些其它类型的系统.与这些外界系统对接的意思是在另一个线程中运行的数据流可以接收外部系统推送的事件及做出行为改变的响应. 如果一个外界系统需要控制一个运行中数据流的功能环节GraphStage,首先必须在这个GraphStage内部构建一个控制函数,这样才能接触并更改GraphStage的内部状态.外部系统可以通过调用这个控制函数来向GraphStage发送信息,控制GraphStage行为.akka

asp.net后台导出excel的方法:使用System.Web.HttpContext.Current.Response导出excel

程序如下: 程序描述:该程序能够实现有大型的标题,以及表头等功能 调用方法:ToExcel(newDt, FileName); protected void ToExcel(DataTable dt, string FileName) { StringBuilder sb = new StringBuilder(); sb.Append("<style type=\"text/css\">"); sb.Append("<!--"

【spring boot】mybatis启动报错:Consider defining a bean of type &#39;com.newhope.interview.dao.UserMapper&#39; in your configuration.

启动报错: 2018-02-24 22:41:00.442 WARN 2952 --- [ main] ationConfigEmbeddedWebApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error c

mysql链接错误:Lost connection to MySQL server at &#39;reading authorization packet&#39;, system error: 0

在远程连接mysql的时候,连接不上,出现如下报错:Lost connection to MySQL server at 'reading authorization packet', system error: 0原因分析:mysql开启了DNS的反向解析功能,这样mysql对连接的客户端会进行DNS主机名查找.mysql处理客户端解析过程:1)当mysql的client连过来的时候,服务器会主动去查client的域名.2)首先查找 /etc/hosts 文件,搜索域名和IP的对应关系.3)如

wireshark 提示 No interface found

解决方法:以管理员身份运行cmd,输入 net start npf 后回车,提示 :NetGroup Packet Filter Driver 服务已经启动成功.然后再打开wireshark,此时能正常使用. 原文地址:https://www.cnblogs.com/bruceshu/p/9719642.html

qt5 + vs2015自定义控件错误:undefend interface

控件中编译时因为是把所有的单个控件集成到一个lib中,所以会引用#include<QDesignerCustomWidgetInterface>以及#include<QDesignerCustomWidgetInterface>编译时一个错误undefend interface. 1.在vs配置路径中已经设置了QtUiPlugin的路径.在文件中包含#include<QDesignerCustomWidgetInterface>头文件,能够直接vs中能够直接转到该头文件

WireShark:TCP三次握手 抓包

本机ip:192.168.201.200 服务器ip:192.168.230.20 抓到的数据如下: 第一次握手: SYN标记位为1,表示这是一个连接请求.seq 用于服务端返回确认信息,此时ack 无用 此时发送成功后本地主机请求状态为SYN_SENT 第二次握手: 此时服务器接收到本地主机发送的TCP请求,返回本地主机的数据包如上图. 标志位标记了 syn 和 ack 表示 该数据包:1 应答本地主机的请求,2.向本地主机发起TCP连接请求 seq 用于本地主机返回确认信息.此时ack的值为

xmind 8 便携版:关联文件后,双击打开文件,在当前文件夹产生configuration子文件的问题解决办法

Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\.xmind] @="XMind.Workbook.3" "XMind Workbook_backup"="XMind Workbook" "TypeOverlay"="" "Content Type"="application/vnd.xmind.workbook&