aboutsummaryrefslogtreecommitdiffstats
path: root/tap-bootpstat.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-28 20:28:20 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-28 20:28:20 +0000
commit88547059e5563bde42d4089416e1069ca4bf8c5f (patch)
tree2b6a6711cc2ff394c41a98f47a388466a433bccd /tap-bootpstat.c
parentaa47e6671bed073aa2728dcbf1a581909cfdc432 (diff)
Ethereal->Wireshark
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18235 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 0273b00552..bbb450d18a 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, "tethereal: Couldn't register dhcp,stat tap: %s\n",
+ fprintf(stderr, "twireshark: Couldn't register dhcp,stat tap: %s\n",
error_string->str);
g_string_free(error_string, TRUE);
exit(1);