Ethereal-users: Re: [Ethereal-users] Some problem of ethereal & plugin

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Wed, 29 Oct 2003 22:19:48 -0800

On Oct 29, 2003, at 8:23 PM, MaFai wrote:

Then the tethreal would capture the log as the following:
2003-10-30 12:15:32.0646  10.18.13.15 -> 10.15.204.52 MGCP 200 82952 OK
2003-10-30 12:15:32.0876 10.15.204.52 -> 10.18.13.15 MGCP CRCX 82953 aaln/3@xxxxxxxxxxxxx MGCP 1.0
2003-10-30 12:15:32.1250  10.18.13.15 -> 10.15.204.52 MGCP 200 82953 OK
2003-10-30 12:15:32.1371 10.15.204.52 -> 10.18.13.15 MGCP MDCX 82954 aaln/3@xxxxxxxxxxxxx MGCP 1.0
2003-10-30 12:15:32.1408  10.18.13.15 -> 10.15.204.52 MGCP 200 82954 OK
2003-10-30 12:15:32.1418 10.15.204.52 -> 10.18.13.15 MGCP MDCX 82955 aaln/3@xxxxxxxxxxxxx MGCP 1.0
2003-10-30 12:15:32.1450  10.18.13.15 -> 10.15.204.52 MGCP 200 82955 OK

According to this log,does the  dissectors(mgcp)  plugin being working?

Yes.  That's the summary output from the MGCP dissectgor.

You can also do "tethereal -V" and get a more detailed dissection.

When I compile the ethreal,it tell me that GTk doesn't exiting.
But when I compile the GTK,it tell me that it needs xserver.

GTK+ is, on UNIX (well, with the exception of GTK+-for-Mac OS X, but that's still under development, and various "GTK+ on the frame buffer" such as GTK+ on DirectFB), an X toolkit. It needs an X server, as it connects to the X server in order to create windows and display text in them.

Do any option to disable ethreal,but enable the tethreal only?

Yes.

I try --disable-ethreal option,but failed.

What failed? It's supposed to work; if it doesn't, we need to see what the errors are, so we can fix it.