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