c# - SharpPcap - Drop packet or alter outgoing packet -


is possible either drop packet or alter response using sharppcap? i've been looking online , i've seen older posts make seem not possible drop packet. can't tell if possible alter 1 though.

if not, can point me in direction of resources on how this?

nope. libpcap/winpcap/airpcap provide observation of packets in system not @ level of firewalls in aren't given access packet stream coming in/out of network adapter.

there other pieces of software provide support doing want, , still use packet.net them (the packet analysis library used sharppcap).


Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -