Click to See Complete Forum and Search --> : Shuting down network card


cabasm
December 18th, 2004, 05:56 AM
Yo gurus,

How can I programatically shut down the network card?

Thanks

OReubens
December 18th, 2004, 02:36 PM
If what you're trying to achieve is block any incoming/outgoing network access, then you can write your own TDI (Transfer Driver Interface) hook, and simply gobble up anything that arrives. This is not going to be easy though...

Andreas Masur
December 18th, 2004, 02:44 PM
[ Moved thread ]

cabasm
January 11th, 2005, 08:37 AM
so, nobody can help?

Mathew Joy
January 11th, 2005, 01:16 PM
Ok. If you are using w2k+ you can use filter apis. Check out PfCreateInterface() and friends.