[Android][tPacketCapture] How to save wireshark log on android?
2019. 5. 10. 11:54ㆍPrograming/Debugging
1. Install tPacketCapture Application
https://play.google.com/store/apps/details?id=jp.co.taosoftware.android.packetcapture
tPacketCapture - Google Play 앱
tPacketCapture does packet capturing without using any root permissions. tPacketCapture uses VpnService provided by Android OS. Captured data are saved as a PCAP file format in the external storage. If you want a more detailed analysis, please transfer the
play.google.com
2. Run it and then press the "CAPTURE" button to start logging
![]() |
![]() |
3. Doing anything you want
4. Stop logging - Tap Notification > Disconnect
![]() |
![]() |
5. Refresh
6. Long click the file and then share it via something
7. Open pcap file on Wireshark
'Programing > Debugging' 카테고리의 다른 글
[Android] INSTALL_FAILED_CONFLICTING_PROVIDER (0) | 2019.05.23 |
---|---|
[오라클 오류] 에러코드 정리 (0) | 2019.05.20 |
[Android][Gradle] Minimum supported Gradle version is 5.1.1. Current version is 4.10.2. (0) | 2019.05.06 |
안드로이드 6.0의 ConnectivityManager.requestNetwork (0) | 2019.05.03 |
[안드로이드] gradle - minifyEnabled 와 shrinkResources 에 대해 (0) | 2019.04.24 |