Can anybody give me a simple TDI driver which can block traffic from specified ip-port, or modify packet. I cant find good manual about this.
Thanks!
Can anybody give me a simple TDI driver which can block traffic from specified
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
TDI drivers are extremely complicated. There are companies that sell them for $20,000 and they are worth that price. It would take years to develop and debug a TDI driver. The reason: Windows poorly implemented them, they are part of the network stack itself.
Try using WFP (Windows Filtering Platform) it’s an easier interface but doesnt’ support Windows XP. Good Luck.