On Dec 2, 2003, at 2:30 PM, didier wrote:
Guy Harris wrote:On Dec 1, 2003, at 2:03 AM, didier wrote:Oops, forgot gtk/main.c.Attached a patch for columns stuff.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.
- 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.
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