当前位置:网站首页>Wireshark网卡无法找到或没有显示的问题
Wireshark网卡无法找到或没有显示的问题
2022-06-25 15:57:00 【InfoQ】
问题背景
故障现象
- 运行环境:Windows11
- 软件版本:Wireshark Version 3.6.5
- Wireshark可以正常显示网卡列表,但缺失深信服的虚拟网卡
解决方案
调整网卡设置
- 参考《解决wireshark抓热点的包,没有虚拟网卡的问题》,查看网卡配置,发现VPN虚拟网卡的连接配置没有勾选NPCAP选项
- 重启Wireshark或者Wireshark界面选择
捕获-刷新接口列表(F5)
即可看到网卡
重启npcap
- 管理员运行CMD,不能使用PowerShell,命令在PowerShell会无法显示输出
- 执行
sc query npcap
查询npcap状态
C:\Users\Bruce>sc query npcap
SERVICE_NAME: npcap
TYPE : 1 KERNEL_DRIVER
STATE : 4 RUNNING
(STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
- 执行
sc stop npcap
暂停npcap
C:\Users\Bruce>sc stop npcap
SERVICE_NAME: npcap
TYPE : 1 KERNEL_DRIVER
STATE : 1 STOPPED
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
- 执行
sc start npcap
启动npcap
C:\Users\Bruce>sc start npcap
SERVICE_NAME: npcap
TYPE : 1 KERNEL_DRIVER
STATE : 4 RUNNING
(STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
PID : 0
FLAGS :
边栏推荐
- [Third Party framework] retrofit2 (1) of network request framework -- Getting Started Guide
- File operation, serialization, recursive copy
- Day_ fifteen
- MySQL_ JDBC
- Android修行手册之Kotlin - 自定义View的几种写法
- Most commonly used SQL statements
- Learning notes of rxjs takeuntil operator
- 从TiDB上线阿里云的背后,如何看待云数据库的变革趋势
- Helsinki traffic safety improvement project deploys velodyne lidar Intelligent Infrastructure Solution
- DOM event flow, event delegate
猜你喜欢
Day_ ten
Resolve the format conflict between formatted document and eslint
Day_ 18 hash table, generic
Reading mysql45 lecture - index continued
Day_ 05
The paid video at station B caused the up master to lose more than ten thousand fans
Reverse series to obtain any wechat applet code
Go language - what is critical resource security?
Advanced SQL statement 1 of Linux MySQL database
Prototype chain analysis
随机推荐
Common APIs and exception mechanisms
Kettle表输入组件精度丢失的问题
【机器学习】基于多元时间序列对高考预测分析案例
Day21 multithreading
Read mysql45 - a simple understanding of global locks and table locks
What is the NFT digital collection?
绕过技术聊'跨端'......
Day_ ten
Why does golang's modification of slice data affect the data of other slices?
Dino: Detr with improved detecting anchor boxes for end to end object detection
【機器學習】基於多元時間序列對高考預測分析案例
Day_ fifteen
完美洗牌问题
Day_ fourteen
根据先序遍历和中序遍历生成后序遍历
The database records are read through the system time under the Android system, causing the problem of incomplete Reading Records!
Servlet详解
Detailed explanation of IVX low code platform series -- Overview (I)
解析数仓lazyagg查询重写优化
Mysql database multi table query