aboutsummaryrefslogtreecommitdiffstats
path: root/tfshark.c
diff options
context:
space:
mode:
Diffstat (limited to 'tfshark.c')
-rw-r--r--tfshark.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tfshark.c b/tfshark.c
index 02d390bb1a..d9bb9d53e1 100644
--- a/tfshark.c
+++ b/tfshark.c
@@ -200,7 +200,7 @@ print_usage(gboolean print_ver)
if (print_ver) {
output = stdout;
fprintf(output,
- "TFShark %s\n"
+ "TFShark (Wireshark) %s\n"
"Dump and analyze network traffic.\n"
"See http://www.wireshark.org for more information.\n"
"\n"
@@ -273,7 +273,7 @@ glossary_option_help(void)
output = stdout;
- fprintf(output, "TFShark %s\n", get_ws_vcs_version_info());
+ fprintf(output, "TFShark (Wireshark) %s\n", get_ws_vcs_version_info());
fprintf(output, "\n");
fprintf(output, "Usage: tfshark -G [report]\n");
@@ -748,7 +748,7 @@ print_current_user(void) {
static void
show_version(GString *comp_info_str, GString *runtime_info_str)
{
- printf("TFShark %s\n"
+ printf("TFShark (Wireshark) %s\n"
"\n"
"%s"
"\n"
@@ -833,7 +833,7 @@ main(int argc, char *argv[])
get_runtime_version_info(runtime_info_str, NULL);
/* Add it to the information to be reported on a crash. */
- ws_add_crash_info("TFShark %s\n"
+ ws_add_crash_info("TFShark (Wireshark) %s\n"
"\n"
"%s"
"\n"