Al Sparks wrote:
From: Milton Calnek <[EMAIL PROTECTED]>
To: CentOS mailing list <centos@centos.org>
Sent: Wednesday, January 16, 2008 12:50:47 PM
Subject: Re: [CentOS] Capturing Packets -- Ethereal

The thing to do is to install wireshark on the system without X.

Then from a machine with X:
ssh -Xf [EMAIL PROTECTED] wireshark

Yours is the coolest answer, though the others were also helpful.

You can also 'ssh -Y [EMAIL PROTECTED]', log in and 'wireshark &' to start it, which will open a new window on your desktop. I think you also need to install wireshark-gnome for the GUI part.

When capturing, you'll probably want to do capture/options and add a capture filter like 'not host your_desktop' to ignore the traffic that the window is sending.

--
  Les Mikesell
   [EMAIL PROTECTED]
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to