Hello everyone! I'm studying to create iptables binary, I have downloaded one at this thread http://forum.xda-developers.com/showthread.php?t=444004 when I test it in emulator, it works, but some match option don't work, for example: -m string
test: $ adb shell # /data/iptables iptables v1.3.7: no command specified Try `iptables -h' or 'iptables --help' for more information. # /data/iptables -m string -help iptables v1.3.7: Couldn't find match `string' Try `iptables -h' or 'iptables --help' for more information. # /data/iptables -A INPUT -m ttl --ttl=10 # How to result this problem? I need push some library files or compile the iptables binary more recent? Is there anyone can help me? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

