i just want to use the iptables command in my c program.
Posted
by neha soni
on Stack Overflow
See other posts from Stack Overflow
or by neha soni
Published on 2010-03-20T04:24:54Z
Indexed on
2010/03/20
4:31 UTC
Read the original article
Hit count: 276
linux
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..
© Stack Overflow or respective owner