Ethereal-dev: Re: [Ethereal-dev] How to open the ethereal debug info?

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

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Thu, 30 Mar 2006 11:03:02 +0200 (CEST)
Hi,

LOG_CAPTURE_VERBOSE is used in the capture program used by Ethereal.
If running under control of Ethereal it's log output is inhibited. You can
see the output when you run it standalone (dumpcap).

Thanx,
Jaap

On Thu, 30 Mar 2006, Tao Yang wrote:

> I am new to ethereal develop.
> I compile the ethereal source code in Linux.
> I have add the -DLOG_CAPTURE_VERBOSE in the Makefile,
> But when the ethereal didn't printf the debug info.
>
> Can anybody tell me how to open the debug info of the ethereal?
>
> Thanks.