Ethereal-dev: Re: [Ethereal-dev] Latest Ethereal profiling data ...

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

From: didier <dgautheron@xxxxxxxx>
Date: Mon, 01 Dec 2003 10:03:30 +0000
Richard Sharpe wrote:
Hi,

Attached is a profile run with the latest version of Ethereal against the 13MB file I used the last couple of times.

Here are the highlights:


Attached a patch for columns stuff.
- COL_INFO is the most used column but it was the last one in a linear search array.
- Most of the time columns are displayed only once.

BTW, why do we use a pointer for value in field_info (proto.h) and in proto_node?
        fvalue_t                        *value;
} field_info;

Didier



Attachment: col.patch.gz
Description: Unix tar archive