diff options
author | Anders Broman <anders.broman@ericsson.com> | 2006-05-28 20:28:20 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2006-05-28 20:28:20 +0000 |
commit | f68d6e4c8cc08f1fe570d15e2185d339c81883b8 (patch) | |
tree | 2b6a6711cc2ff394c41a98f47a388466a433bccd /tap-iousers.c | |
parent | 996d4db495e60df8a627097e3885acdce209132c (diff) | |
download | wireshark-f68d6e4c8cc08f1fe570d15e2185d339c81883b8.tar.gz wireshark-f68d6e4c8cc08f1fe570d15e2185d339c81883b8.tar.bz2 wireshark-f68d6e4c8cc08f1fe570d15e2185d339c81883b8.zip |
Ethereal->Wireshark
svn path=/trunk/; revision=18235
Diffstat (limited to 'tap-iousers.c')
-rw-r--r-- | tap-iousers.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tap-iousers.c b/tap-iousers.c index 1e8d42fc91..029a7ec737 100644 --- a/tap-iousers.c +++ b/tap-iousers.c @@ -671,7 +671,7 @@ iousers_init(const char *optarg, void* userdata _U_) tap_type_name="SCTP"; packet_func=iousers_sctp_packet; } else { - fprintf(stderr, "tethereal: invalid \"-z conv,<type>[,<filter>]\" argument\n"); + fprintf(stderr, "twireshark: invalid \"-z conv,<type>[,<filter>]\" argument\n"); fprintf(stderr," <type> must be one of\n"); fprintf(stderr," \"eth\"\n"); fprintf(stderr," \"fc\"\n"); @@ -701,7 +701,7 @@ iousers_init(const char *optarg, void* userdata _U_) g_free(iu->items); } g_free(iu); - fprintf(stderr, "tethereal: Couldn't register conversations tap: %s\n", + fprintf(stderr, "twireshark: Couldn't register conversations tap: %s\n", error_string->str); g_string_free(error_string, TRUE); exit(1); |