aboutsummaryrefslogtreecommitdiffstats
path: root/tap-mgcpstat.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-05-31 17:38:42 +0000
committerGerald Combs <gerald@wireshark.org>2006-05-31 17:38:42 +0000
commit8958bab6dee184310e4393e33591eb0cef1f7de1 (patch)
treeafe5ad59d2280ee36c0ce913a4252cddc692436f /tap-mgcpstat.c
parent7bc853b62b59e6cf66ba2c3a2699a8a79ef864bd (diff)
Tethereal/tethereal -> TShark/tshark.
svn path=/trunk/; revision=18268
Diffstat (limited to 'tap-mgcpstat.c')
-rw-r--r--tap-mgcpstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-mgcpstat.c b/tap-mgcpstat.c
index 080113daa3..f163983115 100644
--- a/tap-mgcpstat.c
+++ b/tap-mgcpstat.c
@@ -217,7 +217,7 @@ mgcpstat_init(const char *optarg, void* userdata _U_)
g_free(ms->filter);
g_free(ms);
- fprintf(stderr, "twireshark: Couldn't register mgcp,rtd tap: %s\n",
+ fprintf(stderr, "tshark: Couldn't register mgcp,rtd tap: %s\n",
error_string->str);
g_string_free(error_string, TRUE);
exit(1);