'Problem on Reading ip packets from Android VPN service file descriptor

When reading data from VPN service interface(file descriptor) I can get all ip headers there is no any problem on this problem is that when reading ip payload which should be simple http request but VPN interface only shows something like question marks .I tried to so many encoding types in android java but none of them worked.is it about encoding problem on android or do I need to add/modify extra things for Android client?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source