From f68d6e4c8cc08f1fe570d15e2185d339c81883b8 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Sun, 28 May 2006 20:28:20 +0000 Subject: Ethereal->Wireshark svn path=/trunk/; revision=18235 --- tap-h225counter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tap-h225counter.c') diff --git a/tap-h225counter.c b/tap-h225counter.c index 4735882e1a..d518913972 100644 --- a/tap-h225counter.c +++ b/tap-h225counter.c @@ -1,5 +1,5 @@ /* tap_h225counter.c - * h225 message counter for ethereal + * h225 message counter for wireshark * Copyright 2003 Lars Roland * * $Id$ @@ -412,7 +412,7 @@ h225counter_init(const char *optarg, void* userdata _U_) g_free(hs->filter); g_free(hs); - fprintf(stderr, "tethereal: Couldn't register h225,counter tap: %s\n", + fprintf(stderr, "twireshark: Couldn't register h225,counter tap: %s\n", error_string->str); g_string_free(error_string, TRUE); exit(1); -- cgit v1.2.1