Ayoub Kaanich

Results 143 comments of Ayoub Kaanich

Docker image? Docker version? Host OS? Libpcap version ? SharpPcap version ? Output of `ip a` ?

What user is the image using ? `root` ?

The fact that you copied the DLL, means you already did something wrong. You need to use the installer https://github.com/wiresock/ndisapi/releases

@clw-helb paste the full code you are using

The code that uses `GetNetworkDevices`

Could you debug https://github.com/dotpcap/sharppcap/blob/master/SharpPcap/WinpkFilter/WinpkFilterDriver.cs#L66 and check returned value of adapterList ?

`GetTcpipBoundAdaptersInfo` is a function driver, we have little control over its behavior, things to consider * Run application as admin * Cross check if you are using x64 or x86

What's the return value of "GetTcpipBoundAdaptersInfo" ?

and what about the return value from the example?

@clw-helb I can't reproduce the issue, and I have no control over what GetTcpipBoundAdaptersInfo returns.