Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any http proxies like fiddler or wireshark on android?

Tags:

I need to see what page an Android App is calling from my device. Are there any Apps like Fiddler or Wireshark to see what´s happening behind?

like image 676
rizidoro Avatar asked Jul 19 '11 19:07

rizidoro


People also ask

Is Wireshark available for Android?

Wireshark is the most popular, free, and open-source packet analyzer. It can see all the network communication going in and out of all the computers in the network. It means someone who uses Wireshark can see anything on your network that's not encrypted. But unfortunately, it is not available for Android.

Which is better Wireshark or Fiddler?

Wireshark is a network protocol analyzer that can be installed on Windows, Linux, and Mac. It provides a comprehensive capture and is more informative than Fiddler.

Is Fiddler the same as Wireshark?

Conclusion. Both Wireshark and Fiddler performs identical things, which is capturing network traffic. Fiddler is implemented by Skybox Security, Cloud Drive and NeoQuant. Wireshark is an analyser of the network packet that aids to capture the packet data info.


2 Answers

I normally use a laptop with Wireshark instead of trying to capture on the device:

Working link from web archive
http://droidhacks.com/2009/06/monitoring-network-traffic-using-os-x/ (dead link)

Setup the laptop to serve as the access point for the device and you can capture everything going on, and the wireshark display for the data is pretty rich.

like image 185
mikerowehl Avatar answered Oct 21 '22 08:10

mikerowehl


If your Android device supports a proxy (apparently there are apps for that), you can just use Fiddler. See http://blogs.msdn.com/b/fiddler/archive/2011/01/09/debugging-windows-phone-7-device-traffic-with-fiddler.aspx for equivalent instructions for Windows Phone 7.

like image 37
EricLaw Avatar answered Oct 21 '22 09:10

EricLaw