Replies: 2 comments 4 replies
-
I am not sure what you mean by “reset“ or “famous SharpPcap downtime“ Looking at the code you provided, you seem to be logging to the console, typically logging to console is extremely slow, and not recommended especially in time critical functions like packet processing. |
Beta Was this translation helpful? Give feedback.
-
Hello, by "reset," I meant, when I start SharpPcap, to ignore packets arrived before I use SharpPcap, and by "famous SharpPcap downtime," simply the time when i'm stopping SharpPcap and i restarting it. you say "Looking at the code you provided, you seem to be logging to the console, typically logging to console is extremely slow, and not recommended especially in time critical functions like packet processing._" I was inspired by your example, which does the same thing by creating C# code for a console application. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I noticed the following problem using SharpPcap: when I leave the program and returned to it a while later (approximately 5 minutes at most), I noticed that SharpPcap displays packets from a site even if I don't go to it. Note that the packets correspond to a previous navigation (the famous SharpPcap downtime). Is there a way to "reset" packet reception when I start SharpPcap?
Système Windows .Net Frameworks 4.8
https://github.com/xeron333/TSharpPcap/blob/main/Ex3_2_Processing2.cs
Beta Was this translation helpful? Give feedback.
All reactions