Hi ,
I'm implementing firewall on windows server 2003 OS with java.
First step i capture packets from network interface card with jpcap api.Acording to captured packets i change windows registry to drop packets.
My problem is about drop ping (ICMP) packets.How can i do this ?
Which registry should i change?
thanks...