How to sniff wireless networks on an ipod/iphone
Note: Not Tested by me
Note:To view the packets you still need a computer to analyse The packets.
you need a jail-broke ipod touch/iphone.
tools needed(get them from cydia):
openssh
mobileterminal
tcpdump
now connect to a wireless network and open mobileterminal:
1)type in mobile terminal "login root"(without quotes) now hit return on your itouch/iphone
2)a pass word field should come up type in "alpine"
3)now to sniff for packets type "tcpdump -v -s 65535 -w log.txt"
now it will sniff for packets and save the data to log.txt(you can call it whatever you like but make sure .txt is on the end)
when your finished exit terminal and put the file on your computer (in this case-log.txt) by sshing into your iphone.
open the file and that's it ..!!!
Enjoy