Wolfgang Denk wrote: >In message <200605152209.13033.antonio.dibacco at aruba.it> you wrote: > > >>Anyone knows a lightweight sniffer for linux embedded? >> >> > >tcpdump ? > >Best regards, > >Wolfgang Denk > > > Yes, that's what I do. I run the following command on my embedded device:
tcpdump -i eth2 -s 1500 -w /tmp/tcpdump.log and then upload the tcpdump.log file to my desktop and view it with ethereal. Carlos