Any ideas how to implemet a firewall ??
to make it be able to track any application that is trying to listening to a port or any connection request comming in ??
Printable View
Any ideas how to implemet a firewall ??
to make it be able to track any application that is trying to listening to a port or any connection request comming in ??
Doesn't a firewall already do that?Quote:
Originally posted by razzaj
Any ideas how to implemet a firewall ??
to make it be able to track any application that is trying to listening to a port or any connection request comming in ??
euuhhh... yeah !! G !! how could i not have thought about this before ????
MAN I know that is what firewall do I just want to see if anyone has a source sample to show. so i know HOW it is done. because I have seen many VB Firewall ... or so they called them but they were quite disapointing all they did was open
sockets and listen to certain ports ...
i think a firewall should be more complicated than that i imagine it should have some king of hooking ability to track winsock or network related messages in windows.