on C# using libpcap , SharpPcap 4.4.0 version
expected:
to catch this exception at the app level, to handle this issue without crashing the app.
SharpPcap.LibPcap.LibPcapSafeNativeMethods.pcap_dispatch() in
SharpPcap.LibPcap.PcapDevice.CaptureThread() in
System.Threading.ThreadHelper.ThreadStart_Context(System.Threading.ThreadHelper state) in
System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Threading.ThreadHelper state, bool preserveSyncCtx) in
System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Threading.ThreadHelper state, bool preserveSyncCtx) in
System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Threading.ThreadHelper state) in
System.Threading.ThreadHelper.ThreadStart() in
Anonymous