i just want to use the iptables command in my c program.
- by neha soni
i m designing a simple c code to call the iptables command according to the need.
i just want to drop the packets from a particular ipaddress using my c code.
thats why i have to use the iptables command according to input given.
is it possible to call the command using c code?
if it is then how???
thanks in advance..