当前位置:网站首页>Wireshark network card cannot be found or does not display the problem
Wireshark network card cannot be found or does not display the problem
2022-06-25 16:44:00 【InfoQ】
The problem background
The fault phenomenon
- Running environment :Windows11
- Software version :Wireshark Version 3.6.5
- Wireshark The network card list can be displayed normally , But it lacks a convincing virtual network card
Solution
Adjust the network card settings
- Reference resources《 solve wireshark Hot bag , There is no virtual network card problem 》, Check the network card configuration , Find out VPN The connection configuration of the virtual network card is not checked NPCAP Options
- restart Wireshark perhaps Wireshark Interface selection
Capture - Refresh the interface list (F5)You can see the network card
restart npcap
- Administrator run CMD, Out of commission PowerShell, Command in PowerShell The output will not be displayed
- perform
sc query npcapInquire about npcap state
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
- perform
sc stop npcapPause 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
- perform
sc start npcapstart-up 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 :
边栏推荐
- Xinlou: Huawei's seven-year building journey of sports health
- Day_ 04
- Process control and method
- 从TiDB上线阿里云的背后,如何看待云数据库的变革趋势
- Multiple decorators decorate a function
- 1-8Vmware中的文件共享
- Android修行手册之Kotlin - 自定义View的几种写法
- Simple dialogue system -- implement transformer by yourself
- mysql整体架构和语句的执行流程
- Generate post order traversal according to pre order traversal and mid order traversal
猜你喜欢

Detailed explanation of IVX low code platform series -- Overview (I)

Learning notes of rxjs takeuntil operator

Perfect shuffle problem

How to view the change trend of cloud database from the behind of the launch of tidb to Alibaba cloud

What can one line of code do?

根据先序遍历和中序遍历生成后序遍历

Read mysql45 lecture - index

App测试工具大全,收藏这篇就够了

【蓝桥杯集训100题】scratch指令移动 蓝桥杯scratch比赛专项预测编程题 集训模拟练习题第14题

Xinlou: Huawei's seven-year building journey of sports health
随机推荐
Ad domain login authentication
Navicat premium 15 for MAC (database development tool) Chinese version
使用hbuilder X创建uniapp项目
【精通高并发】深入理解汇编语言基础
完美洗牌问题
When inputting text in the shutter textfield, if the page is refreshed, the cursor position will change.
mysql整体架构和语句的执行流程
Read mysql45 the next day
加密潮流:时尚向元宇宙的进阶
The database records are read through the system time under the Android system, causing the problem of incomplete Reading Records!
3.条件概率与独立性
Android修行手册之Kotlin - 自定义View的几种写法
Servlet details
error Parsing error: Unexpected reserved word ‘await‘.
IO stream
Error: homebrew core is a shallow clone
Collection overview, array encapsulation
Read AFN through - from the creation of manager to the completion of data parsing
从业一年,我是如何涨薪13K+?
Function and implementation of closures

