Add Windows version info resource.
[obnox/wireshark/wip.git] / tap-httpstat.c
index fc2a16868122150affa38829574e4b57cf629313..073a35d92514c04c3534208af982649cb9bca2b7 100644 (file)
@@ -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);