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: Thu, 25 Nov 1999 23:23:46 -0600 (CST)
gram        1999/11/25 23:23:43 CST

  Modified files:
    gtk                  main.c 
  Log:
  Make TCP follow put display filter in the text-entry box, but not in
  the history of display filters. If it is deemed useful to put the filter in
  the histor of filters also, then I can do that.
  
  When Match Selected produces byte-range display filters (field[x:y] == x.y.z),
  use notation without length, since the length is no longer needed.
  (field[x] == x.y.z is produced)
  
  When Match Selected prodcues a filter for FT_ETHER's, use ether_to_str()
  instead of sprintf().
  
  Revision  Changes    Path
  1.46      +15 -16    ethereal/gtk/main.c