Any workarounds for the protobyname error?

When I try to apply IP tables to a rooted Android device via ADB, I get the following error:

protoent* getprotobyname(char const*)(3) is not implemented on android

      

I did some research on the internet and realized that this is a prominent bug. I haven't seen any workarounds or fixes, if any? (or at least none of them were written in plain English).

If anyone can explain or point me in the right direction, it would be greatly appreciated.

Hello

Ryan

+3


source to share


1 answer


This post was helpful ... at least it solved this error

https://groups.google.com/forum/#!msg/mozilla.dev.b2g/6vgCZn0s0Xw/lGiaGrS0YJIJ



and numeric codes to replace names:

http://www.diablotin.com/librairie/networking/tcpip/ch02_07.htm

0


source







All Articles