aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/service_response_time_table.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-02-23 22:48:52 +0000
committerGuy Harris <guy@alum.mit.edu>2004-02-23 22:48:52 +0000
commit6064ef84c20c8793f2097a5d262c7d1c1aa4a800 (patch)
treea215667aa765deb015fc5b3faa6f94a2f92309fb /gtk/service_response_time_table.c
parent5de3a44126731eb7686eca522d99a26d1fedce2f (diff)
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. svn path=/trunk/; revision=10209
Diffstat (limited to 'gtk/service_response_time_table.c')
-rw-r--r--gtk/service_response_time_table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/service_response_time_table.c b/gtk/service_response_time_table.c
index 07a1bbe37b..5662985858 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.14 2004/02/06 19:19:11 ulfl Exp $
+ * $Id: service_response_time_table.c,v 1.15 2004/02/23 22:48:52 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -212,7 +212,7 @@ srt_select_filter_cb(GtkWidget *widget _U_, gpointer callback_data, guint callba
switch(action){
case 0:
/* match */
- main_filter_packets(&cfile, str);
+ main_filter_packets(&cfile, str, FALSE);
case 1:
/* prepare */
/* do nothing */