aboutsummaryrefslogtreecommitdiffstats
path: root/tap-iostat.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-11-15 10:55:19 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-11-15 10:55:19 +0000
commita361b767560c673f32f64b4349e1459ac04a04ea (patch)
treec5fd3bdf3c36da4015a3d4353c2ba11b718a55f7 /tap-iostat.c
parenta68b16ea5ac2bef18526392b8e00c7bcf658556e (diff)
Gtk1 version of io-stat
svn path=/trunk/; revision=6636
Diffstat (limited to 'tap-iostat.c')
-rw-r--r--tap-iostat.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/tap-iostat.c b/tap-iostat.c
index 21d313bc75..c1b350b177 100644
--- a/tap-iostat.c
+++ b/tap-iostat.c
@@ -1,7 +1,7 @@
/* tap-iostat.c
* iostat 2002 Ronnie Sahlberg
*
- * $Id: tap-iostat.c,v 1.2 2002/11/01 09:40:23 guy Exp $
+ * $Id: tap-iostat.c,v 1.3 2002/11/15 10:55:15 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -22,12 +22,6 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-/* This module provides rpc call/reply RTT statistics to tethereal.
- * It is only used by tethereal and not ethereal
- *
- * It serves as an example on how to use the tap api.
- */
-
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif