Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk endpoint_talkers_table.c follow_dlg.c ho

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Mon, 23 Feb 2004 16:48:52 -0600 (CST)
guy         2004/02/23 16:48:52 CST

  Modified files:
    gtk                  endpoint_talkers_table.c follow_dlg.c 
                         hostlist_table.c main.c main.h 
                         rtp_stream_dlg.c 
                         service_response_time_table.c 
  Log:
  Add a "force" argument to "filter_packets()" and
  "main_filter_packets()", to force the filtering to be done even if the
  filter is the same as the current one; this is necessary in order to
  make sure "Follow TCP Stream" gets the packets processed even if you're
  filtering the stream that's currently filtered in.
  
  Revision  Changes    Path
  1.32      +2 -2      ethereal/gtk/endpoint_talkers_table.c
  1.50      +7 -4      ethereal/gtk/follow_dlg.c
  1.4       +2 -2      ethereal/gtk/hostlist_table.c
  1.408     +8 -9      ethereal/gtk/main.c
  1.43      +3 -2      ethereal/gtk/main.h
  1.17      +2 -2      ethereal/gtk/rtp_stream_dlg.c
  1.15      +2 -2      ethereal/gtk/service_response_time_table.c