Monitor network activity in Android Phones

前端 未结 11 1727
庸人自扰
庸人自扰 2020-11-28 02:47

I would like to monitor network traffic of my Android Phone. I was thinking using tcpdump for Android, but I\'m not sure if I have to cross-compile for the phone.

An

11条回答
  •  萌比男神i
    2020-11-28 03:28

    TCPDUMP is one of my favourite tools for analyzing network, but if you find difficult to cross-compile tcpdump for android, I'd recomend you to use some applications from the market.

    These are the applications I was talking about:

    • Shark: Is small version of wireshark for Android phones). This program will create a *.pcap and you can read the file on PC with wireshark.
    • Shark Reader : This program allows you to read the *.pcap directly in your Android phone.

    Shark app works with rooted devices, so if you want to install it, be sure that you have your device already rooted.

    Good luck ;)

提交回复
热议问题