diff options
Diffstat (limited to 'tap-sctpchunkstat.c')
-rw-r--r-- | tap-sctpchunkstat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tap-sctpchunkstat.c b/tap-sctpchunkstat.c index 2971abf9c1..305e2a08aa 100644 --- a/tap-sctpchunkstat.c +++ b/tap-sctpchunkstat.c @@ -1,5 +1,5 @@ /* tap_sctpchunkstat.c - * SCTP chunk counter for ethereal + * SCTP chunk counter for wireshark * Copyright 2005 Oleg Terletsky <oleg.terletsky@comverse.com> * * $Id$ @@ -246,7 +246,7 @@ sctpstat_init(const char *optarg, void* userdata _U_) g_free(hs->filter); g_free(hs); - fprintf(stderr, "tethereal: Couldn't register sctp,stat tap: %s\n", + fprintf(stderr, "twireshark: Couldn't register sctp,stat tap: %s\n", error_string->str); g_string_free(error_string, TRUE); exit(1); |