summaryrefslogtreecommitdiff
path: root/tap-afpstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'tap-afpstat.c')
-rw-r--r--tap-afpstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-afpstat.c b/tap-afpstat.c
index d41e3782c6..003243b844 100644
--- a/tap-afpstat.c
+++ b/tap-afpstat.c
@@ -157,7 +157,7 @@ afpstat_init(const char *optarg, void* userdata _U_)
g_free(ss->filter);
g_free(ss);
- fprintf(stderr, "twireshark: Couldn't register afp,rtt tap: %s\n",
+ fprintf(stderr, "tshark: Couldn't register afp,rtt tap: %s\n",
error_string->str);
g_string_free(error_string, TRUE);
exit(1);