aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
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 /tethereal.c
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 'tethereal.c')
-rw-r--r--tethereal.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tethereal.c b/tethereal.c
index 4e64b96344..a7060bf94a 100644
--- a/tethereal.c
+++ b/tethereal.c
@@ -1,6 +1,6 @@
/* tethereal.c
*
- * $Id: tethereal.c,v 1.158 2002/09/26 01:13:02 sahlberg Exp $
+ * $Id: tethereal.c,v 1.159 2002/09/27 11:06:59 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -642,14 +642,14 @@ main(int argc, char *argv[])
rpcstat_init(rpcprogram,rpcversion,NULL);
}
} else {
- fprintf(stderr, "tethereal: invalid \"-z rpc,rtt,<program>,<version>[,<filterstring>]\" argument\n");
+ fprintf(stderr, "tethereal: invalid \"-z rpc,rtt,<program>,<version>[,<filter>]\" argument\n");
exit(1);
}
} else if(!strncmp(optarg,"rpc,programs",12)){
rpcprogs_init();
} else {
fprintf(stderr, "tethereal: invalid -z argument. Argument must be one of:\n");
- fprintf(stderr, " \"-z rpc,rtt,<program>,<version>\"\n");
+ fprintf(stderr, " \"-z rpc,rtt,<program>,<version>[,<filter>]\"\n");
fprintf(stderr, " \"-z rpc,programs\"\n");
exit(1);
}