View Single Post
Posts: 289 | Thanked: 83 times | Joined on Jul 2006
#3
Originally Posted by DJames1 View Post
I would greatly appreciate it if someone who uses tcpdump successfully on their N800 could provide a brief list of steps which must be taken to do this. I have tcpdump installed and I can run it, but no supported interfaces visible. I presume I have to have root access first?
To install it, visit the Maemo 3 Bora,or Maemo 4 Chinook, SDK tools page, at http://maemo.org/development/tools/ and follow their download and install instructions. It will need libpcap but it will pull that in as a dependency.

For the manpage of tcpdump, try

http://www.tcpdump.org/tcpdump_man.html

To run it, you either switch to root mode... or you make the tcpdump binary "setuid root", ie., "chmod 4755 tcpdump." The binary is installed by default on /usr/sbin. If your WiFi interface is active when you launch tcpdump, it will start listening on the wlan0 interface automatically.

-- Denis
 

The Following User Says Thank You to delaroca For This Useful Post: