diff options
author | Gerald Combs <gerald@wireshark.org> | 2006-05-31 17:38:42 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2006-05-31 17:38:42 +0000 |
commit | 8958bab6dee184310e4393e33591eb0cef1f7de1 (patch) | |
tree | afe5ad59d2280ee36c0ce913a4252cddc692436f /tap-httpstat.c | |
parent | 7bc853b62b59e6cf66ba2c3a2699a8a79ef864bd (diff) | |
download | wireshark-8958bab6dee184310e4393e33591eb0cef1f7de1.tar.gz wireshark-8958bab6dee184310e4393e33591eb0cef1f7de1.tar.bz2 wireshark-8958bab6dee184310e4393e33591eb0cef1f7de1.zip |
Tethereal/tethereal -> TShark/tshark.
svn path=/trunk/; revision=18268
Diffstat (limited to 'tap-httpstat.c')
-rw-r--r-- | tap-httpstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-httpstat.c b/tap-httpstat.c index fc2a168681..073a35d925 100644 --- a/tap-httpstat.c +++ b/tap-httpstat.c @@ -314,7 +314,7 @@ gtk_httpstat_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 http,stat tap: %s\n", + fprintf (stderr, "tshark: Couldn't register http,stat tap: %s\n", error_string->str); g_string_free(error_string, TRUE); exit(1); |