-
Ok so if i want to write i firewall i have to make it forward it directly but then to protect agains possible attacks i need to write it to recognise varous types of attacks can anyone suggest methods to do this and where i can read up on differnt signitures of differnt attacks trojans etc!
Thanks in advance!
-Aldur
-
Here, try this. Its a program I wrote a while back. Works well enough.
http://www.pscode.com/vb/scripts/Sho...57742&lngWId=1
-
Thanks Limpster! Im going to have a read through your code now!
-Aldur
-
Mmmm...I wouldn't consider use of 'on error resume next' adequate knowledge of error handling. I really think you should grab some resources and work on your knowledge of writing good code, design patterns, software architecture, and the development environment you've chosen.
If you need any ideas for topics or resources, feel free to hit me up. I'm a certifiable vb ninja afterall..
-
I didnt make the code to be perfect, I made it to work.