aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/network_instruments.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-05-28 15:56:15 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-05-28 15:56:15 +0000
commit7056661eaccfc0eafa651c45cbc64b2707bb11db (patch)
tree12189d551e586869acff1415ab3bfe2e965b8b9e /wiretap/network_instruments.c
parent42a4ebe633d91804fef943a6d04bf38c20709d49 (diff)
Ethareal->Wireshark
svn path=/trunk/; revision=18230
Diffstat (limited to 'wiretap/network_instruments.c')
-rw-r--r--wiretap/network_instruments.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/network_instruments.c b/wiretap/network_instruments.c
index 2dbbf808ed..6a7952fcf6 100644
--- a/wiretap/network_instruments.c
+++ b/wiretap/network_instruments.c
@@ -490,7 +490,7 @@ gboolean network_instruments_dump_open(wtap_dumper *wdh, gboolean cant_seek, int
time(&system_time);
current_time = localtime(&system_time);
memset(&comment, 0x00, sizeof(comment));
- sprintf(comment, "This capture was saved from Ethereal on %s", asctime(current_time));
+ sprintf(comment, "This capture was saved from Wireshark on %s", asctime(current_time));
/* create the file header */
if (fseek(wdh->fh, 0, SEEK_SET) == -1) {