aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/service_response_time_table.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-01-25 18:51:26 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-01-25 18:51:26 +0000
commitc890e29a996b2296a55df866e43a4bb78c4e1e7c (patch)
tree7c90af37b0c3934276f064f2d67f8bea2cd67976 /gtk/service_response_time_table.c
parentb023bf8c7d6ab4b4e6e54aa3a01c986b8769c813 (diff)
apply automatically generated filters strings to the recent dropdown list,
e.g. when applying a "Follow TCP stream", fix a bug in the recent function, discarding the newest entries when saving a full list (now discarding the oldest). svn path=/trunk/; revision=9849
Diffstat (limited to 'gtk/service_response_time_table.c')
-rw-r--r--gtk/service_response_time_table.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/service_response_time_table.c b/gtk/service_response_time_table.c
index 42e5779e84..b0bb89f8fd 100644
--- a/gtk/service_response_time_table.c
+++ b/gtk/service_response_time_table.c
@@ -3,7 +3,7 @@
* Helper routines common to all service response time statistics
* tap.
*
- * $Id: service_response_time_table.c,v 1.11 2003/12/04 00:45:39 guy Exp $
+ * $Id: service_response_time_table.c,v 1.12 2004/01/25 18:51:26 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -43,6 +43,7 @@
#include "gtk/find_dlg.h"
#include "color.h"
#include "gtk/color_dlg.h"
+#include "main.h"
extern GtkWidget *main_display_filter_widget;
#define GTK_MENU_FUNC(a) ((GtkItemFactoryCallback)(a))
@@ -210,7 +211,7 @@ srt_select_filter_cb(GtkWidget *widget _U_, gpointer callback_data, guint callba
switch(action){
case 0:
/* match */
- filter_packets(&cfile, str);
+ main_filter_packets(&cfile, str);
case 1:
/* prepare */
/* do nothing */