aboutsummaryrefslogtreecommitdiffstats
path: root/tap-bootpstat.c
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-31 17:38:42 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-31 17:38:42 +0000
commit05bc7d37bc1c5abf044960335c45ec785065d89f (patch)
treeafe5ad59d2280ee36c0ce913a4252cddc692436f /tap-bootpstat.c
parent6e288370fb841e9880927f0a8eda5bb31f4223d2 (diff)
Tethereal/tethereal -> TShark/tshark.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18268 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tap-bootpstat.c')
-rw-r--r--tap-bootpstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-bootpstat.c b/tap-bootpstat.c
index bbb450d18a..83d304091a 100644
--- a/tap-bootpstat.c
+++ b/tap-bootpstat.c
@@ -170,7 +170,7 @@ dhcpstat_init(const char *optarg, void* userdata _U_)
/* error, we failed to attach to the tap. clean up */
g_free(sp->filter);
g_free(sp);
- fprintf(stderr, "twireshark: Couldn't register dhcp,stat tap: %s\n",
+ fprintf(stderr, "tshark: Couldn't register dhcp,stat tap: %s\n",
error_string->str);
g_string_free(error_string, TRUE);
exit(1);