From 88547059e5563bde42d4089416e1069ca4bf8c5f Mon Sep 17 00:00:00 2001 From: etxrab Date: Sun, 28 May 2006 20:28:20 +0000 Subject: Ethereal->Wireshark git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18235 f5534014-38df-0310-8fa8-9805f1628bb7 --- tap-bootpstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tap-bootpstat.c') 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); -- cgit v1.2.3