adb tcpdump wireshark

down http://www.strazzere.com/android/tcpdump
adb devices
adb root
adb remount
adb push tcpdump /system/bin/tcpdump
adb shell chmod 6755  /system/bin/tcpdump
adb shell tcpdump -i any -p -s 0 -w /sdcard/capture.pcap
adb pull /sdcard/capture.pcap .

 

posted @ 2013-03-17 17:41  fr5s  阅读(210)  评论(0编辑  收藏  举报