Home
| Calendar
| Mail Lists
| List Archives
| Desktop SIG
| Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | Bling | About BLU |
On Thu, Sep 22, 2005 at 07:51:31AM -0700, Dave Peters wrote: > I am looking for tcpdump syntax. I am plan to use to > show all source ip address, destination ip address and > port to use. > I try few with no luck. > tcpdump net 192.168.1 > tcpdump -l | tee dat > tcpdump -vv 'tcp[0] !=8 and tcp[0] !=0' Did you read the man page? # tcpdump -i eth0 -c 100 Needs to be run as root. Will print the next 100 packets received by eth0. -dsr-
BLU is a member of BostonUserGroups | |
We also thank MIT for the use of their facilities. |