I want to capture wireshark trace in Windows but it seems no stream packets are recorded in my trace. What is happening?
Answered
0
-
Official comment
The UDP image packets are probably being filtered out by our filter driver.
You can enable passthrough mode in the Windows registry:
- Open RegEdit
- Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\PgrLwf
- Add a new DWORD value named "PassThroughMode" and set the value to 1.
- Reboot the PC.
After that, you should see the UDP image packets in your wireshark log.
Please sign in to leave a comment.
Comments
1 comment