I am doing a small project for learning purposes in android.
I am using genymotion as an android emulator and installing my apk inside. However, the question is, i am using Fiddler4 as a proxy but it is only able to capture HTTP/HTTPS traffic. However, the application my port is using has its own defined packet structure and it does not run on port 80/443.
Are there any other tools that allows me to capture all the packets that goes through my emulator. Wireshark does not work.