aboutsummaryrefslogtreecommitdiffstats
path: root/tap-h225rassrt.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-28 20:28:20 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-28 20:28:20 +0000
commit88547059e5563bde42d4089416e1069ca4bf8c5f (patch)
tree2b6a6711cc2ff394c41a98f47a388466a433bccd /tap-h225rassrt.c
parentaa47e6671bed073aa2728dcbf1a581909cfdc432 (diff)
Ethereal->Wireshark
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18235 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tap-h225rassrt.c')
-rw-r--r--tap-h225rassrt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tap-h225rassrt.c b/tap-h225rassrt.c
index 955a2c6f64..7158a72692 100644
--- a/tap-h225rassrt.c
+++ b/tap-h225rassrt.c
@@ -1,5 +1,5 @@
/* tap_h225rassrt.c
- * h225 RAS Service Response Time statistics for ethereal
+ * h225 RAS Service Response Time statistics for wireshark
* Copyright 2003 Lars Roland
*
* $Id$
@@ -236,7 +236,7 @@ h225rassrt_init(const char *optarg, void* userdata _U_)
g_free(hs->filter);
g_free(hs);
- fprintf(stderr, "tethereal: Couldn't register h225,srt tap: %s\n",
+ fprintf(stderr, "twireshark: Couldn't register h225,srt tap: %s\n",
error_string->str);
g_string_free(error_string, TRUE);
exit(1);