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.


_______________________________________________
Ethereal-dev mailing list
[EMAIL PROTECTED]
http://www.ethereal.com/mailman/listinfo/ethereal-dev

Reply via email to