Oliwer
Using sharppcap to read packets
I'm trying to read TCP packets using sharppcap in my .NET application but I can't seem to figure out how to check if it's a TCP packet or not, and read the data if so.
Researching this, I could only ever find posts surpassing 7 years of activity and it has obviously been updated quite the bit since then. Does anyone have an idea on how to go about this?
12 replies
Docker.DotNet - trouble connecting to the host from INSIDE of a pre-deployed container.
As the title of this post leads, I am having trouble connecting to the Docker host from a client - Docker.DotNet (https://github.com/dotnet/Docker.DotNet) - from inside of an already deployed container (the application itself). The
readme
mentions or to connect to your local Docker for Windows daemon
by not supplying any pipe URI at all, but this was to no success. Is this a possibility or am I wasting time?
Thanks in advance.1 replies