0

I want to make an application just like Bandwidth throttling in this application is it possible to achieve such thing with SharpPcap in C# ?

Cœur
  • 37,241
  • 25
  • 195
  • 267
Ehsan Zargar Ershadi
  • 24,115
  • 17
  • 65
  • 95

1 Answers1

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