Ayoub Kaanich

Results 143 comments of Ayoub Kaanich

.NET 6 is out of support so it can't be the version being set, and `System.Runtime.CompilerServices.Unsafe` is not a dependency of SharpPcap to begin with in https://github.com/dotpcap/sharppcap/blob/master/SharpPcap/SharpPcap.csproj

Seeing how the example projects compile just fine, I would need a sample project to reproduce the problem.

Ok, if this is a LabVIEW specific problem, I don't see what I can change code wise to fix it. You are free to open a PR with a fix.

Open PRs to upgrade all dependencies of sharppcap + packetnet to latest version. Downgrading is no go.

how long does it take to call a .NET function in Labview?

Is the 2ms delay accumulative? how big is the "temporal drift" ?

if you don't want callback based approach, you could still use `GetNextPacket`

Given that this is a LabVIEW specific problem, I don't see (yet) the benefit of introducing and maintaining such API. You are free to contribute the code you have already...

@SebMichaud Please open PR, the idea does not seems to require a lot of code, and could help with other cases such as #570 Please keep in mind that code...