On 22 April 2010 13:03, Jatin Davey <jasho...@cisco.com> wrote:
> Is the installation of tcpdump similar to wireshark ,
>
> which is : yum install tcpdump ?
>
> How about getting started with it , Any documentation available for it ?
>
> Thanks
> Jatin
>

Indeed yum install tcpdump

man tcpdump will give you lots of documentation after you install it

To get you started...

sudo tcpdump -w networkdump.pcap

scp networkdump.pcap <user>@<yoursystem>:

open networkdump.pcap in your wireshark on your box

???

profit
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to