Does anyone know if you can actually create a rule to drop specific packets not just port/ip addresses?

Could anyone show me exactly how it can be written and how I could write this in c# from a application?

Say I wanted to call netsh then specifiy the rule (specific packet drop) how could this be done? From a c# vs2010 application?

link|improve this question

1  
that depends alot on how you identify the "specific packet" you want to drop... what is the goal you want to achieve ? – Yahia Sep 10 '11 at 22:45
Looking to develop a snort based IPS plugin for windows. But having trouble finding out if windows or high level coding like c has the same capability to perform similiar to iptables using netsh – Jungle Boogie Sep 11 '11 at 11:30
no - when compared with snort you can only do very basic things in this regard... AFAIK you will have to use C/C++ and develop some kernel-level code if you really need to implement that level of fine-grained control regarding network traffic... – Yahia Sep 11 '11 at 14:22
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.