I want to make an application just like Bandwidth throttling in this application is it possible to achieve such thing with SharpPcap in C# ?
Asked
Active
Viewed 644 times
1 Answers
0
As far as i know with WinPcap, you are only able to monitor or inject packets, but not to drop or manipulate packets. So i would say no, you can't achieve this with SharpPcap or WinPcap.

Oliver
- 43,366
- 8
- 94
- 151
-
That seems fare, yat do you know any components or any open source library that cat do this? – Ehsan Zargar Ershadi Apr 13 '12 at 09:46
-
Unfortunately not. All i ever did was sniffing/monitoring, but never trying to manipulate a given stream. – Oliver Apr 13 '12 at 11:12