Date: Wed, 5 Feb 2003 08:06:47 +0100 From: Roman Neuhauser <neuhauser@bellavista.cz> To: freebsd-questions@freebsd.org Subject: Re: arplookup 0.0.0.0 Message-ID: <20030205070647.GR393@freepuppy.bellavista.cz> In-Reply-To: <20030204171417.GI87743@sub21-156.member.dsl-only.net> References: <000f01c2c935$63d24710$0201010a@ntbdc> <Pine.BSI.4.21.0302011638040.22762-100000@granite.sover.net> <20030202025523.GI79960@sub21-156.member.dsl-only.net> <20030204071504.GH393@freepuppy.bellavista.cz> <20030204171417.GI87743@sub21-156.member.dsl-only.net>
next in thread | previous in thread | raw e-mail | index | archive | help
# nkinkade@dsl-only.net / 2003-02-04 09:14:17 -0800:
> On Tue, Feb 04, 2003 at 08:15:04AM +0100, Roman Neuhauser wrote:
> > # nkinkade@dsl-only.net / 2003-02-01 18:55:23 -0800:
> > > If you have X installed, you could use ethereal
> > > (/usr/ports/net/ethereal)....it is a very nice graphical interface for
> > > analyzing network traffice. I think it uses tcpdump itself??
> >
> > you can use ethereal without X.
>
> You are probably refering to `tethereal`. I am talking about `ethereal`
> - the GUI. They are two different binaries. The first sentence of the
> ethereal man page says: "Ethereal is a GUI network protocol analyzer."
> At any rate, my point in suggesting ethereal was to offer up an
> alternative to the text based tcpdump, in the hope that it might be
> easier to analyze the data, not simply to offer up another text based
> utility. In a broad sense you are correct in that tethereal is
> installed along with ethereal, in a technical sense you are wrong.
It is my understanding that the difference is in whether the GTK
libs are linked in or not. But you could be right:
roman@freepuppy ~ 1127:0 > grep -A10 WITHOUT_X11 /usr/ports/net/ethereal/Makefile
.if !defined(WITHOUT_X11)
USE_X_PREFIX= yes
USE_GNOME= gtk12
MAN1+= ethereal.1
PLIST_SUB+= ETHEREAL=bin/ethereal
.else
PLIST_SUB+= ETHEREAL="@comment ethereal not built"
USE_GNOME= glib12
CONFIGURE_ARGS+= --enable-ethereal=no \
--disable-gtktest
.endif
With or without the GUI, [t]ethereal's output is much more readable
(for me anyway) than that of tcpdump, and that was why I chimed in.
--
If you cc me or remove the list(s) completely I'll most likely ignore
your message. see http://www.eyrie.org./~eagle/faqs/questions.html
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030205070647.GR393>
