Wednesday, November 10, 2010

Tcpstat

Finally I succeeded to compile tcpstat for Android. Follow the same steps as for tcpdump:
#CC=arm-angstrom-linux-gnueabi-gcc ac_cv_linux_vers=2 ./configure --host=arm-linux --with-pcap=linux --with-pcap-include=/path/to/libpcap-1.1.1 LDFLAGS="-L/path/to/libpcap-1.1.1" CFLAGS="-static"
#make

No comments:

Post a Comment