YUM says I already have ethereal installed, but I have no /usr/sbin/ethereal. I have 3 directories about but no executable.
-- <<JAV>>
You can use Which or Whereis to find stuff:
[mshields@matt-test mshields]$ which ethereal /usr/bin/ethereal
[mshields@matt-test mshields]$ whereis ethereal ethereal: /usr/bin/ethereal /usr/sbin/ethereal /usr/lib/ethereal /usr/share/ethereal /usr/share/man/man1/ethereal.1.gz
Also, if installed via rpm/yum, you can do: rpm -ql ethereal
This will give you a list of files installed by that package
Right. But it's not there. See below:
[jav]$ rpm -q ethereal ethereal-0.10.5-0.30E.2 [jav]$ whereis ethereal ethereal: /usr/lib/ethereal /usr/share/ethereal [jav]$
and as root... [root]# find / -name ethereal -print /usr/share/ethereal /usr/lib/ethereal /etc/pam.d/ethereal /etc/security/console.apps/ethereal
None of those are executables.
-- <<JAV>>
---------- Original Message ----------- From: Matt Shields mattboston@gmail.com To: CentOS discussion and information list centos@caosity.org Sent: Sat, 8 Jan 2005 13:12:09 -0500 Subject: Re: [Centos] Where is ethereal?
Also, if installed via rpm/yum, you can do: rpm -ql ethereal
This will give you a list of files installed by that package
-- Matt Shields http://masnetworks.biz http://www.centos.org http://www.caosity.org
On Sat, 8 Jan 2005 13:11:00 -0500, Matt Shields mattboston@gmail.com wrote:
You can use Which or Whereis to find stuff:
[mshields@matt-test mshields]$ which ethereal /usr/bin/ethereal
[mshields@matt-test mshields]$ whereis ethereal ethereal: /usr/bin/ethereal /usr/sbin/ethereal /usr/lib/ethereal /usr/share/ethereal /usr/share/man/man1/ethereal.1.gz
-- Matt Shields http://masnetworks.biz http://www.centos.org http://www.caosity.org
On Sat, 8 Jan 2005 14:08:19 -0400, Joe Polk listuser@javelinux.com wrote:
YUM says I already have ethereal installed, but I have no
/usr/sbin/ethereal.
I have 3 directories about but no executable.
-- <<JAV>>
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
------- End of Original Message -------
That's strange, you removing then reinstalling: yum remove ethereal && yum install ethereal ethereal-gnome
It will ask if it's ok to remove any associated programs like ethereal-gnome
On Sat, 2005-01-08 at 14:18 -0400, Joe Polk wrote:
Right. But it's not there. See below:
[jav]$ rpm -q ethereal ethereal-0.10.5-0.30E.2 [jav]$ whereis ethereal ethereal: /usr/lib/ethereal /usr/share/ethereal [jav]$
and as root... [root]# find / -name ethereal -print /usr/share/ethereal /usr/lib/ethereal /etc/pam.d/ethereal /etc/security/console.apps/ethereal
None of those are executables.
-- <<JAV>>
Here is what I get on CentOS-3.4
whereis ethereal ethereal: /usr/bin/ethereal /usr/sbin/ethereal /usr/lib/ethereal /usr/share/ethereal /usr/share/man/man1/ethereal.1.gz
and on CentOS-4.0beta:
whereis ethereal ethereal: /usr/bin/ethereal /usr/sbin/ethereal /usr/lib/ethereal /usr/share/ethereal /usr/share/man/man1/ethereal.1.gz
(which is the same)
I would say that something deleted it ... so do:
rpm -e ethereal ethereal-gnome
then;
yum install ethereal ethereal-gnome
---------- Original Message ----------- From: Matt Shields mattboston@gmail.com To: CentOS discussion and information list centos@caosity.org Sent: Sat, 8 Jan 2005 13:12:09 -0500 Subject: Re: [Centos] Where is ethereal?
Also, if installed via rpm/yum, you can do: rpm -ql ethereal
This will give you a list of files installed by that package
-- Matt Shields http://masnetworks.biz http://www.centos.org http://www.caosity.org
On Sat, 8 Jan 2005 13:11:00 -0500, Matt Shields mattboston@gmail.com wrote:
You can use Which or Whereis to find stuff:
[mshields@matt-test mshields]$ which ethereal /usr/bin/ethereal
[mshields@matt-test mshields]$ whereis ethereal ethereal: /usr/bin/ethereal /usr/sbin/ethereal /usr/lib/ethereal /usr/share/ethereal /usr/share/man/man1/ethereal.1.gz
-- Matt Shields http://masnetworks.biz http://www.centos.org http://www.caosity.org
On Sat, 8 Jan 2005 14:08:19 -0400, Joe Polk listuser@javelinux.com wrote:
YUM says I already have ethereal installed, but I have no
/usr/sbin/ethereal.
I have 3 directories about but no executable.
-- <<JAV>>
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
------- End of Original Message -------
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
I'm on 3.3. I do have a /usr/sbin/tethereal. From what I'e read it's not unusual not to have a /usr/sbin/ethereal when you have ehtereal-gnome. I don't think I do. I always thought there was an ANSI-looking version you could run from console. Maybe I'm confused with something else. I don't run X at all, so I don't have a need for an X-based ethereal. Maybe this is all normal, and it's me. :)
On another note, should I move to 3.4?
-- <<JAV>>
---------- Original Message ----------- From: Johnny Hughes mailing-lists@hughesjr.com To: CentOS Users centos@caosity.org Sent: Sat, 08 Jan 2005 12:32:54 -0600 Subject: Re: [Centos] Where is ethereal?
On Sat, 2005-01-08 at 14:18 -0400, Joe Polk wrote:
Right. But it's not there. See below:
[jav]$ rpm -q ethereal ethereal-0.10.5-0.30E.2 [jav]$ whereis ethereal ethereal: /usr/lib/ethereal /usr/share/ethereal [jav]$
and as root... [root]# find / -name ethereal -print /usr/share/ethereal /usr/lib/ethereal /etc/pam.d/ethereal /etc/security/console.apps/ethereal
None of those are executables.
-- <<JAV>>
Here is what I get on CentOS-3.4
whereis ethereal ethereal: /usr/bin/ethereal /usr/sbin/ethereal /usr/lib/ethereal /usr/share/ethereal /usr/share/man/man1/ethereal.1.gz
and on CentOS-4.0beta:
whereis ethereal ethereal: /usr/bin/ethereal /usr/sbin/ethereal /usr/lib/ethereal /usr/share/ethereal /usr/share/man/man1/ethereal.1.gz
(which is the same)
I would say that something deleted it ... so do:
rpm -e ethereal ethereal-gnome
then;
yum install ethereal ethereal-gnome
---------- Original Message ----------- From: Matt Shields mattboston@gmail.com To: CentOS discussion and information list centos@caosity.org Sent: Sat, 8 Jan 2005 13:12:09 -0500 Subject: Re: [Centos] Where is ethereal?
Also, if installed via rpm/yum, you can do: rpm -ql ethereal
This will give you a list of files installed by that package
-- Matt Shields http://masnetworks.biz http://www.centos.org http://www.caosity.org
On Sat, 8 Jan 2005 13:11:00 -0500, Matt Shields mattboston@gmail.com wrote:
You can use Which or Whereis to find stuff:
[mshields@matt-test mshields]$ which ethereal /usr/bin/ethereal
[mshields@matt-test mshields]$ whereis ethereal ethereal: /usr/bin/ethereal /usr/sbin/ethereal /usr/lib/ethereal /usr/share/ethereal /usr/share/man/man1/ethereal.1.gz
-- Matt Shields http://masnetworks.biz http://www.centos.org http://www.caosity.org
On Sat, 8 Jan 2005 14:08:19 -0400, Joe Polk listuser@javelinux.com
wrote:
YUM says I already have ethereal installed, but I have no
/usr/sbin/ethereal.
I have 3 directories about but no executable.
-- <<JAV>>
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
------- End of Original Message -------
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
------- End of Original Message -------
On Sat, 2005-01-08 at 14:41 -0400, Joe Polk wrote:
I'm on 3.3. I do have a /usr/sbin/tethereal. From what I'e read it's not unusual not to have a /usr/sbin/ethereal when you have ehtereal-gnome. I don't think I do. I always thought there was an ANSI-looking version you could run from console. Maybe I'm confused with something else. I don't run X at all, so I don't have a need for an X-based ethereal. Maybe this is all normal, and it's me. :)
On another note, should I move to 3.4?
I converted 10 machines over on Friday (6 servers, 4 workstations) with no problems...anyone had any problems moving to 3.4?
the console version is ethereal, ethereal-gnome does depend on it, and I think tethereal does too.
removing and reinstalling should fix the problem
On Sat, 2005-01-08 at 13:57 -0500, Matt Shields wrote:
the console version is ethereal, ethereal-gnome does depend on it, and I think tethereal does too.
removing and reinstalling should fix the problem
Matt ... I just removed ethereal-gnome and I only have tethereal as an executable.
I think that the executable "ethereal" is the GUI version ... at least for me on CentOS-3.x it seems that way.
-- Matt Shields http://masnetworks.biz http://www.centos.org http://www.caosity.org
On Sat, 8 Jan 2005 14:41:43 -0400, Joe Polk listuser@javelinux.com wrote:
I'm on 3.3. I do have a /usr/sbin/tethereal. From what I'e read it's not unusual not to have a /usr/sbin/ethereal when you have ehtereal-gnome. I don't think I do. I always thought there was an ANSI-looking version you could run from console. Maybe I'm confused with something else. I don't run X at all, so I don't have a need for an X-based ethereal. Maybe this is all normal, and it's me. :)
On another note, should I move to 3.4?
-- <<JAV>>
---------- Original Message ----------- From: Johnny Hughes mailing-lists@hughesjr.com To: CentOS Users centos@caosity.org Sent: Sat, 08 Jan 2005 12:32:54 -0600 Subject: Re: [Centos] Where is ethereal?
On Sat, 2005-01-08 at 14:18 -0400, Joe Polk wrote:
Right. But it's not there. See below:
[jav]$ rpm -q ethereal ethereal-0.10.5-0.30E.2 [jav]$ whereis ethereal ethereal: /usr/lib/ethereal /usr/share/ethereal [jav]$
and as root... [root]# find / -name ethereal -print /usr/share/ethereal /usr/lib/ethereal /etc/pam.d/ethereal /etc/security/console.apps/ethereal
None of those are executables.
-- <<JAV>>
Here is what I get on CentOS-3.4
whereis ethereal ethereal: /usr/bin/ethereal /usr/sbin/ethereal /usr/lib/ethereal /usr/share/ethereal /usr/share/man/man1/ethereal.1.gz
and on CentOS-4.0beta:
whereis ethereal ethereal: /usr/bin/ethereal /usr/sbin/ethereal /usr/lib/ethereal /usr/share/ethereal /usr/share/man/man1/ethereal.1.gz
(which is the same)
I would say that something deleted it ... so do:
rpm -e ethereal ethereal-gnome
then;
yum install ethereal ethereal-gnome
---------- Original Message ----------- From: Matt Shields mattboston@gmail.com To: CentOS discussion and information list centos@caosity.org Sent: Sat, 8 Jan 2005 13:12:09 -0500 Subject: Re: [Centos] Where is ethereal?
Also, if installed via rpm/yum, you can do: rpm -ql ethereal
This will give you a list of files installed by that package
-- Matt Shields http://masnetworks.biz http://www.centos.org http://www.caosity.org
On Sat, 8 Jan 2005 13:11:00 -0500, Matt Shields mattboston@gmail.com wrote:
You can use Which or Whereis to find stuff:
[mshields@matt-test mshields]$ which ethereal /usr/bin/ethereal
[mshields@matt-test mshields]$ whereis ethereal ethereal: /usr/bin/ethereal /usr/sbin/ethereal /usr/lib/ethereal /usr/share/ethereal /usr/share/man/man1/ethereal.1.gz
-- Matt Shields http://masnetworks.biz http://www.centos.org http://www.caosity.org
On Sat, 8 Jan 2005 14:08:19 -0400, Joe Polk listuser@javelinux.com
wrote:
> YUM says I already have ethereal installed, but I have no
/usr/sbin/ethereal.
> I have 3 directories about but no executable. > > -- > <<JAV>> > > _______________________________________________ > CentOS mailing list > CentOS@caosity.org > http://lists.caosity.org/mailman/listinfo/centos >
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
------- End of Original Message -------
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
------- End of Original Message -------
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
Last time I used ethereal was about 3 or 4 years ago before they had a GUI, I'm wondering if they changed the file names? I just checked and ethereal launches a GUI, tethereal is text based.
Did: rpm -e ethereal Then: yum install ethereal
Still no /usr/sbin/ethereal. :(
-- <<JAV>>
---------- Original Message ----------- From: Matt Shields mattboston@gmail.com To: CentOS discussion and information list centos@caosity.org Sent: Sat, 8 Jan 2005 13:57:24 -0500 Subject: Re: [Centos] Where is ethereal?
the console version is ethereal, ethereal-gnome does depend on it, and I think tethereal does too.
removing and reinstalling should fix the problem
-- Matt Shields http://masnetworks.biz http://www.centos.org http://www.caosity.org
On Sat, 8 Jan 2005 14:41:43 -0400, Joe Polk listuser@javelinux.com wrote:
I'm on 3.3. I do have a /usr/sbin/tethereal. From what I'e read it's not unusual not to have a /usr/sbin/ethereal when you have ehtereal-gnome. I don't think I do. I always thought there was an ANSI-looking version you could run from console. Maybe I'm confused with something else. I don't run X at all, so I don't have a need for an X-based ethereal. Maybe this is all normal, and it's me. :)
On another note, should I move to 3.4?
-- <<JAV>>
---------- Original Message ----------- From: Johnny Hughes mailing-lists@hughesjr.com To: CentOS Users centos@caosity.org Sent: Sat, 08 Jan 2005 12:32:54 -0600 Subject: Re: [Centos] Where is ethereal?
On Sat, 2005-01-08 at 14:18 -0400, Joe Polk wrote:
Right. But it's not there. See below:
[jav]$ rpm -q ethereal ethereal-0.10.5-0.30E.2 [jav]$ whereis ethereal ethereal: /usr/lib/ethereal /usr/share/ethereal [jav]$
and as root... [root]# find / -name ethereal -print /usr/share/ethereal /usr/lib/ethereal /etc/pam.d/ethereal /etc/security/console.apps/ethereal
None of those are executables.
-- <<JAV>>
Here is what I get on CentOS-3.4
whereis ethereal ethereal: /usr/bin/ethereal /usr/sbin/ethereal /usr/lib/ethereal /usr/share/ethereal /usr/share/man/man1/ethereal.1.gz
and on CentOS-4.0beta:
whereis ethereal ethereal: /usr/bin/ethereal /usr/sbin/ethereal /usr/lib/ethereal /usr/share/ethereal /usr/share/man/man1/ethereal.1.gz
(which is the same)
I would say that something deleted it ... so do:
rpm -e ethereal ethereal-gnome
then;
yum install ethereal ethereal-gnome
---------- Original Message ----------- From: Matt Shields mattboston@gmail.com To: CentOS discussion and information list centos@caosity.org Sent: Sat, 8 Jan 2005 13:12:09 -0500 Subject: Re: [Centos] Where is ethereal?
Also, if installed via rpm/yum, you can do: rpm -ql ethereal
This will give you a list of files installed by that package
-- Matt Shields http://masnetworks.biz http://www.centos.org http://www.caosity.org
On Sat, 8 Jan 2005 13:11:00 -0500, Matt Shields mattboston@gmail.com wrote:
You can use Which or Whereis to find stuff:
[mshields@matt-test mshields]$ which ethereal /usr/bin/ethereal
[mshields@matt-test mshields]$ whereis ethereal ethereal: /usr/bin/ethereal /usr/sbin/ethereal /usr/lib/ethereal /usr/share/ethereal /usr/share/man/man1/ethereal.1.gz
-- Matt Shields http://masnetworks.biz http://www.centos.org http://www.caosity.org
On Sat, 8 Jan 2005 14:08:19 -0400, Joe Polk listuser@javelinux.com
wrote:
> YUM says I already have ethereal installed, but I have no
/usr/sbin/ethereal.
> I have 3 directories about but no executable. > > -- > <<JAV>> > > _______________________________________________ > CentOS mailing list > CentOS@caosity.org > http://lists.caosity.org/mailman/listinfo/centos >
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
------- End of Original Message -------
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
------- End of Original Message -------
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
------- End of Original Message -------
What about /usr/bin/ethereal?
Hello Joe,
Try doing a yum install ethereal-gnome
the file /usr/sbin/ethereal is just a symlink that points to /usr/sbin/consolehelper
jer
Saturday, January 8, 2005, 12:10:26 PM, you wrote:
Did: rpm -e ethereal Then: yum install ethereal
Still no /usr/sbin/ethereal. :(
-- <<JAV>>
---------- Original Message ----------- From: Matt Shields mattboston@gmail.com To: CentOS discussion and information list centos@caosity.org Sent: Sat, 8 Jan 2005 13:57:24 -0500 Subject: Re: [Centos] Where is ethereal?
the console version is ethereal, ethereal-gnome does depend on it, and I think tethereal does too.
removing and reinstalling should fix the problem
-- Matt Shields http://masnetworks.biz http://www.centos.org http://www.caosity.org
On Sat, 8 Jan 2005 14:41:43 -0400, Joe Polk listuser@javelinux.com wrote:
I'm on 3.3. I do have a /usr/sbin/tethereal. From what I'e read it's not unusual not to have a /usr/sbin/ethereal when you have ehtereal-gnome. I don't think I do. I always thought there was an ANSI-looking version you could run from console. Maybe I'm confused with something else. I don't run X at all, so I don't have a need for an X-based ethereal. Maybe this is all normal, and it's me. :)
On another note, should I move to 3.4?
-- <<JAV>>
---------- Original Message ----------- From: Johnny Hughes mailing-lists@hughesjr.com To: CentOS Users centos@caosity.org Sent: Sat, 08 Jan 2005 12:32:54 -0600 Subject: Re: [Centos] Where is ethereal?
On Sat, 2005-01-08 at 14:18 -0400, Joe Polk wrote:
Right. But it's not there. See below:
[jav]$ rpm -q ethereal ethereal-0.10.5-0.30E.2 [jav]$ whereis ethereal ethereal: /usr/lib/ethereal /usr/share/ethereal [jav]$
and as root... [root]# find / -name ethereal -print /usr/share/ethereal /usr/lib/ethereal /etc/pam.d/ethereal /etc/security/console.apps/ethereal
None of those are executables.
-- <<JAV>>
Here is what I get on CentOS-3.4
whereis ethereal ethereal: /usr/bin/ethereal /usr/sbin/ethereal /usr/lib/ethereal /usr/share/ethereal /usr/share/man/man1/ethereal.1.gz
and on CentOS-4.0beta:
whereis ethereal ethereal: /usr/bin/ethereal /usr/sbin/ethereal /usr/lib/ethereal /usr/share/ethereal /usr/share/man/man1/ethereal.1.gz
(which is the same)
I would say that something deleted it ... so do:
rpm -e ethereal ethereal-gnome
then;
yum install ethereal ethereal-gnome
---------- Original Message ----------- From: Matt Shields mattboston@gmail.com To: CentOS discussion and information list centos@caosity.org Sent: Sat, 8 Jan 2005 13:12:09 -0500 Subject: Re: [Centos] Where is ethereal?
Also, if installed via rpm/yum, you can do: rpm -ql ethereal
This will give you a list of files installed by that package
-- Matt Shields http://masnetworks.biz http://www.centos.org http://www.caosity.org
On Sat, 8 Jan 2005 13:11:00 -0500, Matt Shields mattboston@gmail.com wrote: > You can use Which or Whereis to find stuff: > > [mshields@matt-test mshields]$ which ethereal > /usr/bin/ethereal > > [mshields@matt-test mshields]$ whereis ethereal > ethereal: /usr/bin/ethereal /usr/sbin/ethereal /usr/lib/ethereal > /usr/share/ethereal /usr/share/man/man1/ethereal.1.gz > > > -- > Matt Shields > http://masnetworks.biz > http://www.centos.org > http://www.caosity.org > > On Sat, 8 Jan 2005 14:08:19 -0400, Joe Polk listuser@javelinux.com
wrote:
> > YUM says I already have ethereal installed, but I have no
/usr/sbin/ethereal.
> > I have 3 directories about but no executable. > > > > -- > > <<JAV>> > > > > _______________________________________________ > > CentOS mailing list > > CentOS@caosity.org > > http://lists.caosity.org/mailman/listinfo/centos > > > _______________________________________________ CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
------- End of Original Message -------
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
------- End of Original Message -------
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
------- End of Original Message -------
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
On Jan 8, 2005, at 2:10 PM, Joe Polk wrote:
Still no /usr/sbin/ethereal. :(
Could you send us the output from rpm -q -l ethereal?
Thanks,
--Jim
Here's my rpm -ql ethereal output:
etc/pam.d/ethereal /etc/security/console.apps/ethereal /usr/lib/ethereal /usr/lib/ethereal/plugins /usr/lib/ethereal/plugins/0.10.5 /usr/lib/ethereal/plugins/0.10.5/acn.so /usr/lib/ethereal/plugins/0.10.5/artnet.so /usr/lib/ethereal/plugins/0.10.5/asn1.so /usr/lib/ethereal/plugins/0.10.5/ciscosm.so /usr/lib/ethereal/plugins/0.10.5/coseventcomm.so /usr/lib/ethereal/plugins/0.10.5/cosnaming.so /usr/lib/ethereal/plugins/0.10.5/docsis.so /usr/lib/ethereal/plugins/0.10.5/enttec.so /usr/lib/ethereal/plugins/0.10.5/gryphon.so /usr/lib/ethereal/plugins/0.10.5/irda.so /usr/lib/ethereal/plugins/0.10.5/lwres.so /usr/lib/ethereal/plugins/0.10.5/megaco.so /usr/lib/ethereal/plugins/0.10.5/mgcp.so /usr/lib/ethereal/plugins/0.10.5/pcli.so /usr/lib/ethereal/plugins/0.10.5/rdm.so /usr/lib/ethereal/plugins/0.10.5/rlm.so /usr/lib/ethereal/plugins/0.10.5/rtnet.so /usr/lib/ethereal/plugins/0.10.5/rudp.so /usr/lib/ethereal/plugins/0.10.5/v5ua.so /usr/lib/libethereal.so /usr/lib/libethereal.so.0 /usr/lib/libethereal.so.0.0.1 /usr/lib/libwiretap.so /usr/lib/libwiretap.so.0 /usr/lib/libwiretap.so.0.0.1 /usr/lib/python2.2/site-packages /usr/lib/python2.2/site-packages/ethereal_be.py /usr/lib/python2.2/site-packages/ethereal_gen.py /usr/sbin/editcap /usr/sbin/idl2eth /usr/sbin/mergecap /usr/sbin/tethereal /usr/sbin/text2pcap /usr/share/doc/ethereal-0.10.5 /usr/share/doc/ethereal-0.10.5/AUTHORS /usr/share/doc/ethereal-0.10.5/COPYING /usr/share/doc/ethereal-0.10.5/ChangeLog /usr/share/doc/ethereal-0.10.5/INSTALL /usr/share/doc/ethereal-0.10.5/NEWS /usr/share/doc/ethereal-0.10.5/README /usr/share/doc/ethereal-0.10.5/README.aix /usr/share/doc/ethereal-0.10.5/README.bsd /usr/share/doc/ethereal-0.10.5/README.hpux /usr/share/doc/ethereal-0.10.5/README.irix /usr/share/doc/ethereal-0.10.5/README.linux /usr/share/doc/ethereal-0.10.5/README.macos /usr/share/doc/ethereal-0.10.5/README.tru64 /usr/share/doc/ethereal-0.10.5/README.vmware /usr/share/doc/ethereal-0.10.5/README.win32 /usr/share/doc/ethereal-0.10.5/doc /usr/share/doc/ethereal-0.10.5/doc/Makefile /usr/share/doc/ethereal-0.10.5/doc/Makefile.am /usr/share/doc/ethereal-0.10.5/doc/Makefile.in /usr/share/doc/ethereal-0.10.5/doc/Makefile.nmake /usr/share/doc/ethereal-0.10.5/doc/README.capture /usr/share/doc/ethereal-0.10.5/doc/README.design /usr/share/doc/ethereal-0.10.5/doc/README.developer /usr/share/doc/ethereal-0.10.5/doc/README.idl2eth /usr/share/doc/ethereal-0.10.5/doc/README.plugins /usr/share/doc/ethereal-0.10.5/doc/README.regression /usr/share/doc/ethereal-0.10.5/doc/README.tapping /usr/share/doc/ethereal-0.10.5/doc/README.tvbuff /usr/share/doc/ethereal-0.10.5/doc/README.xml-output /usr/share/doc/ethereal-0.10.5/doc/configure /usr/share/doc/ethereal-0.10.5/doc/dfilter2pod.pl /usr/share/doc/ethereal-0.10.5/doc/editcap.pod /usr/share/doc/ethereal-0.10.5/doc/ethereal-filter.pod /usr/share/doc/ethereal-0.10.5/doc/ethereal-filter.pod.template /usr/share/doc/ethereal-0.10.5/doc/ethereal-tmp.pod /usr/share/doc/ethereal-0.10.5/doc/ethereal.pod /usr/share/doc/ethereal-0.10.5/doc/idl2eth.pod /usr/share/doc/ethereal-0.10.5/doc/mergecap.pod /usr/share/doc/ethereal-0.10.5/doc/pod2htmd.x~~ /usr/share/doc/ethereal-0.10.5/doc/pod2htmi.x~~ /usr/share/doc/ethereal-0.10.5/doc/randpkt.txt /usr/share/doc/ethereal-0.10.5/doc/tethereal.pod /usr/share/doc/ethereal-0.10.5/doc/text2pcap.pod /usr/share/ethereal /usr/share/ethereal/AUTHORS-SHORT /usr/share/ethereal/diameter /usr/share/ethereal/diameter/dictionary.dtd /usr/share/ethereal/diameter/dictionary.xml /usr/share/ethereal/diameter/mobileipv4.xml /usr/share/ethereal/diameter/nasreq.xml /usr/share/ethereal/diameter/sunping.xml /usr/share/ethereal/editcap.html /usr/share/ethereal/ethereal-filter.html /usr/share/ethereal/ethereal.html /usr/share/ethereal/help /usr/share/ethereal/help/capture_filters.txt /usr/share/ethereal/help/capturing.txt /usr/share/ethereal/help/display_filters.txt /usr/share/ethereal/help/faq.txt /usr/share/ethereal/help/getting_started.txt /usr/share/ethereal/help/overview.txt /usr/share/ethereal/help/toc /usr/share/ethereal/help/well_known.txt /usr/share/ethereal/idl2eth.html /usr/share/ethereal/manuf /usr/share/ethereal/mergecap.html /usr/share/ethereal/tethereal.html /usr/share/ethereal/text2pcap.html /usr/share/man/man1/editcap.1.gz /usr/share/man/man1/idl2eth.1.gz /usr/share/man/man1/mergecap.1.gz /usr/share/man/man1/tethereal.1.gz /usr/share/man/man1/text2pcap.1.gz /usr/share/man/man4/ethereal-filter.4.gz
-- <<JAV>>
---------- Original Message ----------- From: Jim Zajkowski jim@jimz.net To: CentOS discussion and information list centos@caosity.org Sent: Sat, 8 Jan 2005 14:21:49 -0500 Subject: Re: [Centos] Where is ethereal?
On Jan 8, 2005, at 2:10 PM, Joe Polk wrote:
Still no /usr/sbin/ethereal. :(
Could you send us the output from rpm -q -l ethereal?
Thanks,
--Jim
-- Jim Zajkowski OpenPGP 0x21135C3 http://www.jimz.net/pgp.asc System Administrator 8A9E 1DDF 944D 83C3 AEAB 8F74 8697 A823 2113 5C53 UM Life Sciences Institute
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
------- End of Original Message -------
On Jan 8, 2005, at 3:03 PM, Joe Polk wrote:
Here's my rpm -ql ethereal output:
So you have the text-mode ethereal:
/usr/sbin/tethereal
If you wanted the graphical gui thing you need ethereal-gnome (I think that's it), so yum install ethereal-gnome.
--Jim
Just for the record, from "man ethereal"
Ethereal is a "GUI network protocol analyzer". It lets you interactively browse packet data from a live network or from a previously saved capture file.
And from "man tethereal"
Tethereal is a "network protocol analyzer". It lets you capture packet data from a live network, or read packets from a previously saved capture file, either printing a decoded form of those packets to the standard output or writing the packets to a file.
Then can someone refresh my memory? I recall a network packet sniffer-type app that ran in console and had an ansi-like look to it (much like Midnight COmmander looks etc.). I cannot remember it and thought it was ethereal. Evidently not.
-- <<JAV>>
---------- Original Message ----------- From: Johnny Hughes mailing-lists@hughesjr.com To: CentOS Users centos@caosity.org Sent: Sat, 08 Jan 2005 14:52:57 -0600 Subject: Re: [Centos] Where is ethereal?
Just for the record, from "man ethereal"
Ethereal is a "GUI network protocol analyzer". It lets you interactively browse packet data from a live network or from a previously saved capture file.
And from "man tethereal"
Tethereal is a "network protocol analyzer". It lets you capture packet data from a live network, or read packets from a previously saved capture file, either printing a decoded form of those packets to the standard output or writing the packets to a file.
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
------- End of Original Message -------
On Sat, 2005-01-08 at 17:07 -0400, Joe Polk wrote:
Then can someone refresh my memory? I recall a network packet sniffer-type app that ran in console and had an ansi-like look to it (much like Midnight COmmander looks etc.). I cannot remember it and thought it was ethereal. Evidently not.
-- <<JAV>>
Sounds like you are thinking of iptraf. Doesn't come with Centos 3.3.
Ted
Correctomundo! iptraf! That's it! Getting old is not fun. :(
I'll have to search for it.
-- <<JAV>>
---------- Original Message ----------- From: Ted Kaczmarek tedkaz@optonline.net To: centos@caosity.org Sent: Sat, 08 Jan 2005 16:42:16 -0500 Subject: Re: [Centos] Where is ethereal?
On Sat, 2005-01-08 at 17:07 -0400, Joe Polk wrote:
Then can someone refresh my memory? I recall a network packet sniffer-type app that ran in console and had an ansi-like look to it (much like Midnight COmmander looks etc.). I cannot remember it and thought it was ethereal. Evidently not.
-- <<JAV>>
Sounds like you are thinking of iptraf. Doesn't come with Centos 3.3.
Ted
CentOS mailing list CentOS@caosity.org http://lists.caosity.org/mailman/listinfo/centos
------- End of Original Message -------
ethereal/tethereal will do that for you. Here's part of a sample command line that I used to capture while I was browsing Google(I cut out some lines). If you look at the 2nd line you'll see where I submitted the query to Google for centos. In the past(and this is going back quite a few years, I've used ethereal to help users get their mail passwords back, because email username/passwords are unencrypted.
[root@matt-test root]# tethereal | grep -vi SSH | grep -vi vrrp | grep -vi stp | grep -v 5901 Capturing on eth0 0.017168 10.0.3.225 -> 10.0.3.255 NBNS Name query NB KAMENSDEV<00> 0.699144 10.0.2.168 -> 64.233.167.104 HTTP GET /search?hl=en&q=centos&btnG=Google+Search HTTP/1.1 0.739789 64.233.167.104 -> 10.0.2.168 TCP http > 38760 [ACK] Seq=0 Ack=602 Win=29400 Len=0 0.761950 64.233.167.104 -> 10.0.2.168 HTTP HTTP/1.1 200 OK[Unreassembled Packet] 0.762214 10.0.2.168 -> 64.233.167.104 TCP 38760 > http [ACK] Seq=602 Ack=1430 Win=22880 Len=0 0.764795 64.233.167.104 -> 10.0.2.168 HTTP Continuation 0.764988 10.0.2.168 -> 64.233.167.104 TCP 38760 > http [ACK] Seq=602 Ack=1689 Win=22880 Len=0 0.801813 Intel_b1:cc:20 -> Broadcast ARP Who has 10.0.3.225? Tell 10.0.2.148 0.885105 64.233.167.104 -> 10.0.2.168 HTTP Continuation 0.885313 10.0.2.168 -> 64.233.167.104 TCP 38760 > http [ACK] Seq=602 Ack=3119 Win=25740 Len=0 0.893630 64.233.167.104 -> 10.0.2.168 HTTP Continuation 0.893905 10.0.2.168 -> 64.233.167.104 TCP 38760 > http [ACK] Seq=602 Ack=4156 Win=28600 Len=0 47 packets dropped 743 packets captured
On Sat, 2005-01-08 at 19:45 -0500, Matt Shields wrote:
ethereal/tethereal will do that for you. Here's part of a sample command line that I used to capture while I was browsing Google(I cut out some lines). If you look at the 2nd line you'll see where I submitted the query to Google for centos. In the past(and this is going back quite a few years, I've used ethereal to help users get their mail passwords back, because email username/passwords are unencrypted.
[root@matt-test root]# tethereal | grep -vi SSH | grep -vi vrrp | grep -vi stp | grep -v 5901 Capturing on eth0 0.017168 10.0.3.225 -> 10.0.3.255 NBNS Name query NB KAMENSDEV<00> 0.699144 10.0.2.168 -> 64.233.167.104 HTTP GET /search?hl=en&q=centos&btnG=Google+Search HTTP/1.1 0.739789 64.233.167.104 -> 10.0.2.168 TCP http > 38760 [ACK] Seq=0 Ack=602 Win=29400 Len=0 0.761950 64.233.167.104 -> 10.0.2.168 HTTP HTTP/1.1 200 OK[Unreassembled Packet] 0.762214 10.0.2.168 -> 64.233.167.104 TCP 38760 > http [ACK] Seq=602 Ack=1430 Win=22880 Len=0 0.764795 64.233.167.104 -> 10.0.2.168 HTTP Continuation 0.764988 10.0.2.168 -> 64.233.167.104 TCP 38760 > http [ACK] Seq=602 Ack=1689 Win=22880 Len=0 0.801813 Intel_b1:cc:20 -> Broadcast ARP Who has 10.0.3.225? Tell 10.0.2.148 0.885105 64.233.167.104 -> 10.0.2.168 HTTP Continuation 0.885313 10.0.2.168 -> 64.233.167.104 TCP 38760 > http [ACK] Seq=602 Ack=3119 Win=25740 Len=0 0.893630 64.233.167.104 -> 10.0.2.168 HTTP Continuation 0.893905 10.0.2.168 -> 64.233.167.104 TCP 38760 > http [ACK] Seq=602 Ack=4156 Win=28600 Len=0 47 packets dropped 743 packets captured
47 dropped? That is quite high, is this a low powered box or some lower end hardware? Actually, I don't even recall the last time I saw libpcap drop any packets, its been so long.
Ted
It's a PII300. For now it's the only hardware I have for a test machine. I can not to use my production or dev servers for anything other than what they are running. Our company has an extremely strict policy about change control and what gets installed or run on servers. So I use the test server to try something out, then move it to dev, then when it's been proven it's moved to production. Each change documented fully including fallback procedure and has to be signed off by each department's director. Kinda pain in the butt, but it's been helpful when something hasn't gone right.
On Sat, 8 Jan 2005 17:07:22 -0400, Joe Polk listuser@javelinux.com wrote:
Then can someone refresh my memory? I recall a network packet sniffer-type app that ran in console and had an ansi-like look to it (much like Midnight COmmander looks etc.). I cannot remember it and thought it was ethereal. Evidently not.
Someone else mentioned that you might be thinking of iptraf or perhaps it might have been ettercap?