Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal file.c globals.h ipv4.c ipv4.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: Fri, 19 Nov 1999 16:31:57 -0600 (CST)
gram        1999/11/19 16:31:54 CST

  Modified files:
    .                    file.c globals.h ipv4.c ipv4.h 
  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.121     +5 -1      ethereal/file.c
  1.12      +2 -1      ethereal/globals.h
  1.3       +15 -1     ethereal/ipv4.c
  1.2       +4 -1      ethereal/ipv4.h