aboutsummaryrefslogtreecommitdiffstats
path: root/tap-h225rassrt.c
diff options
context:
space:
mode:
Diffstat (limited to 'tap-h225rassrt.c')
-rw-r--r--tap-h225rassrt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-h225rassrt.c b/tap-h225rassrt.c
index 7158a72692..d9db4141a6 100644
--- a/tap-h225rassrt.c
+++ b/tap-h225rassrt.c
@@ -236,7 +236,7 @@ h225rassrt_init(const char *optarg, void* userdata _U_)
g_free(hs->filter);
g_free(hs);
- fprintf(stderr, "twireshark: Couldn't register h225,srt tap: %s\n",
+ fprintf(stderr, "tshark: Couldn't register h225,srt tap: %s\n",
error_string->str);
g_string_free(error_string, TRUE);
exit(1);