linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* route problem and simple sniffer
@ 2006-05-15 20:09 Antonio Di Bacco
  2006-05-15 23:29 ` Wolfgang Denk
  0 siblings, 1 reply; 3+ messages in thread
From: Antonio Di Bacco @ 2006-05-15 20:09 UTC (permalink / raw)
  To: linuxppc-embedded

Anyone knows a lightweight sniffer for linux embedded?
I'm going to debug a system that doesn't want to route anything!

Bye,
Antonio.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: route problem and simple sniffer
  2006-05-15 20:09 route problem and simple sniffer Antonio Di Bacco
@ 2006-05-15 23:29 ` Wolfgang Denk
  2006-05-16  0:11   ` Carlos Munoz
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Denk @ 2006-05-15 23:29 UTC (permalink / raw)
  To: Antonio Di Bacco; +Cc: linuxppc-embedded

In message <200605152209.13033.antonio.dibacco@aruba.it> you wrote:
> Anyone knows a lightweight sniffer for linux embedded?

tcpdump ?

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
How come everyone's going so slow if it's called rush hour?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: route problem and simple sniffer
  2006-05-15 23:29 ` Wolfgang Denk
@ 2006-05-16  0:11   ` Carlos Munoz
  0 siblings, 0 replies; 3+ messages in thread
From: Carlos Munoz @ 2006-05-16  0:11 UTC (permalink / raw)
  To: Wolfgang Denk; +Cc: linuxppc-embedded

Wolfgang Denk wrote:

>In message <200605152209.13033.antonio.dibacco@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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-05-16  0:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-15 20:09 route problem and simple sniffer Antonio Di Bacco
2006-05-15 23:29 ` Wolfgang Denk
2006-05-16  0:11   ` Carlos Munoz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).