From 374135cb4ad76b5734de84b6635907625c1e5f59 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Mon, 17 May 2004 20:06:32 +0000 Subject: In rpc programs statistics, change RTT (RoundTripTime) to SRT (ServiceResponseTime) since that is a more appropriate name for these stats. svn path=/trunk/; revision=10913 --- tap-rpcprogs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tap-rpcprogs.c') diff --git a/tap-rpcprogs.c b/tap-rpcprogs.c index 7b6155a6fc..51454e8582 100644 --- a/tap-rpcprogs.c +++ b/tap-rpcprogs.c @@ -1,7 +1,7 @@ /* tap-rpcprogs.c * rpcstat 2002 Ronnie Sahlberg * - * $Id: tap-rpcprogs.c,v 1.5 2003/04/23 08:20:02 guy Exp $ + * $Id: tap-rpcprogs.c,v 1.6 2004/05/17 20:06:32 sahlberg Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -22,7 +22,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* This module provides rpc call/reply RTT statistics to tethereal. +/* This module provides rpc call/reply SRT statistics to tethereal. * It is only used by tethereal and not ethereal */ @@ -193,7 +193,7 @@ rpcprogs_draw(void *dummy _U_) printf("\n"); printf("===================================================================\n"); printf("ONC-RPC Program Statistics:\n"); - printf("Program Version Calls Min RTT Max RTT Avg RTT\n"); + printf("Program Version Calls Min SRT Max SRT Avg SRT\n"); for(rp=prog_list;rp;rp=rp->next){ /* scale it to units of 10us.*/ /* for long captures with a large tot time, this can overflow on 32bit */ -- cgit v1.2.1