2
votes

I need to capture traffic from the android device, but i can't use the standard way with proxy settings during wi-fi connection. Cause i connected to the network by usb using gnirehtet. Network works clearly, but Fiddler can't see the traffic. If there any oportunity to catch it with Fiddler and to record in Jmeter? Probably somebody faced with it. Thanks for your attention!

1

1 Answers

2
votes
  1. You can consider using Wireshark instead of Fiddler, it is more advanced sniffer tool which is capable of listening on multiple interfaces, decrypt SSL traffic, supports way more protocols, etc.
  2. If you have a rooted Android device you can run tcpdump tool directly on it. Once done you will be able to import generated .pcap file into Fiddler (or aforementioned Wireshark)
  3. And finally you can go for "normal" way of recording the traffic using JMeter, but you will need to set the machine where gnirehtet is running (not the Android device) to use JMeter as a proxy. Check out How to Run Performance Tests of Desktop Applications Using JMeter for configuration instructions.