What is it

This is a tiny Android app contains 2 primary functions: proxy and packet capturing, with no root requirement. 1) Proxy

 Some kind of like ShadowSocket, You can specify the network request made by other apps on your phone to go through the proxy server you designated. 

2) Packet capturing

 It can capture IP packets and store in a pcap format which can be opened by wireshark.

How to use it

  1. Download apk and install it on your Android phone;

  2. Add apps you need proxy or capturing into traffic control, and you may need add your proxy server in settings panel if you are using proxy:

    drawing drawing drawing
  3. Click start button on the main page to start traffic control;

    drawing drawing
  4. Packet capturing will stop if you click stop or the size of pcap file exceeded limitation(10MB). After packet capturing stoped, the pcap file will be located in the path configed in settings panel, pull it out and open it with wireshark or charles;

    drawing
  5. Finally, if you want specify proxy server to your own, you need run the server on your proxy server;