Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk main.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 15 Apr 2003 23:52:56 -0500 (CDT)
guy         2003/04/15 23:52:56 CDT

  Modified files:
    gtk                  main.c 
  Log:
  Add the notion of a "fence" to columns.  A dissector can set the fence
  to "protect" what's currently in the column, so that attempts to clear
  the column will only clear stuff after the fence and attempts to
  overwrite the column will append stuff after the fence.  This, for
  example, allows a dissector to arrange that the Info column contain
  information for its protocol and for protocols running atop it.
  
  Revision  Changes    Path
  1.287     +2 -1      ethereal/gtk/main.c