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: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Fri, 19 Nov 1999 16:32:10 -0600 (CST)
gram        1999/11/19 16:32:05 CST

  Modified files:
    gtk                  main.c 
  Log:
  Change match_selected() to produce a display filter using the selected
  field's name, if possible. (If the selected field is not a registered field,
  then of course, we still have to use the frame[x:y] syntax).
  
  tree_selected_start and tree_selected_len are on longer globals variables;
  finfo_selected has replaced them.
  
  Revision  Changes    Path
  1.39      +184 -32   ethereal/gtk/main.c