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

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

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Mon, 15 Nov 1999 16:52:08 -0600 (CST)
gram        1999/11/15 16:52:06 CST

  Modified files:
    gtk                  main.c proto_draw.c proto_draw.h 
  Log:
  Don't store both "start" and "length" in each GUI proto_tree item. Just
  store the field_info pointer, from which we can get both "start" and
  "length" (and "hfinfo" and "value", which I'm working towards, so that
  match_selected, or a new function, and create a display filter based on
  the field's name, instead of byte offset ).
  
  Revision  Changes    Path
  1.35      +7 -6      ethereal/gtk/main.c
  1.4       +3 -3      ethereal/gtk/proto_draw.c
  1.3       +2 -3      ethereal/gtk/proto_draw.h