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: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 2 Dec 2003 15:16:02 -0800

On Dec 2, 2003, at 2:30 PM, didier wrote:

Guy Harris wrote:
On Dec 1, 2003, at 2:03 AM, didier wrote:
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.
Where are the "col_first" and "col_last" arrays set? I assume they represent the first and last column numbers that could show a particular column format.

Oops, forgot gtk/main.c.

Checked in, along with the corresponding change to tethereal.c, with "col_first" and "col_last" made "int" arrays and initialized to -1, and with "col_first" storing the column number rather than the column number - 1.