aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rpc_stat.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-09-27 11:07:16 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-09-27 11:07:16 +0000
commitc0b84c028f41e71d8fb3cb11bb376684bc9cd841 (patch)
treef4e7c7221b6e38e315fb513a8f585ede74834b29 /gtk/rpc_stat.h
parent3f72fbbb25b39334248efd595697609d154f7ea0 (diff)
Update tethereal to put the filter string in the statistics table for RPC_STAT.
Update gtk and gtk2 versions of RPC_STAT to allow a filter string to be specified on both the command line as well as the GUI. Update the documentation for ethereal to reflect this. svn path=/trunk/; revision=6343
Diffstat (limited to 'gtk/rpc_stat.h')
-rw-r--r--gtk/rpc_stat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/rpc_stat.h b/gtk/rpc_stat.h
index 06e9ac4275..529d6f7c1c 100644
--- a/gtk/rpc_stat.h
+++ b/gtk/rpc_stat.h
@@ -1,7 +1,7 @@
/* rpc_stat.h
* rpc_stat 2002 Ronnie Sahlberg
*
- * $Id: rpc_stat.h,v 1.1 2002/09/07 10:02:32 sahlberg Exp $
+ * $Id: rpc_stat.h,v 1.2 2002/09/27 11:07:10 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -25,7 +25,7 @@
#ifndef __RPCSTAT_H__
#define __RPCSTAT_H__
-void gtk_rpcstat_init(guint32 program, guint32 version);
+void gtk_rpcstat_init(guint32 program, guint32 version, char *filter);
void gtk_rpcstat_cb(GtkWidget *w, gpointer d);
#endif