View Single Post
Posts: 540 | Thanked: 387 times | Joined on May 2009
#404
Okay I used tcpdump and captured the packets:

Attached and also
http://www.box.net/shared/iu73b0lydc (tcpdumpbin is readable by Wireshark)
http://www.box.net/shared/v58ler6ik8 (tcpdumphuman is "human readable" and not readable by Wireshark)

# tcpdump -vvv -w tcpdumpbin
# tcpdump -l -vvv | tee tcpdumphuman

(BTW I pinged google 5 times first to make sure it was capturing)

this is for USA-West if that matters.

------------
Also if you have problems with wayfinder not recognizing the map files on your external card (with the error "Multiple mapdata found. Using internal memory card") then go ahead and download Singapore (1 megabyte) then (assuming mmc2 is internal FAT partition and assuming mmc1 is external ext3 partition)
# scp -r user@desktop:/home/user/mapdata_USA-West root@nokia:/root/
# cp -R /media/mmc2/map/* /media/mmc1/map/
# rm -R /media/mmc1/map
# cp -R /root/mapdata_USA-West /media/mmc1/map/
Attached Files
File Type: tar tcpdump_wayfinder.tar (20.0 KB, 107 views)