dotpcap / sharppcap

Official repository - Fully managed, cross platform (Windows, Mac, Linux) .NET library for capturing packets
1.31k stars 267 forks source link

winpcap dll not found #250

Closed JohnnyZhang0628 closed 3 years ago

JohnnyZhang0628 commented 3 years ago

Hello,I have a question.When i run sharppcap in windows,i must intall npcap?I found if i not install npcap, it will get an error "winpcap dll not found"

kayoub5 commented 3 years ago

Yes, you need npcap on windows

JohnnyZhang0628 commented 3 years ago

@kayoub5 thanks.There is it have other way solve to the question?

kayoub5 commented 3 years ago

you could use Windivert (no installation required) or WinPcap.

JohnnyZhang0628 commented 3 years ago

@kayoub5 thanks your reply.