aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/nettl.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-06-06 23:09:20 +0000
committerGerald Combs <gerald@wireshark.org>2006-06-06 23:09:20 +0000
commitdea7ae98beaf0dba1ce2d2abe84637c174c2ed91 (patch)
tree31f04315a0d78c137b3482e196d07b7e8a1e2ef4 /wiretap/nettl.c
parent5f152a8ea24ca80c0ad85662668fb9a3a383fac8 (diff)
Ethereal -> Wireshark
svn path=/trunk/; revision=18369
Diffstat (limited to 'wiretap/nettl.c')
-rw-r--r--wiretap/nettl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/nettl.c b/wiretap/nettl.c
index 9206d5e35f..749c72dfdd 100644
--- a/wiretap/nettl.c
+++ b/wiretap/nettl.c
@@ -704,9 +704,9 @@ gboolean nettl_dump_open(wtap_dumper *wdh, gboolean cant_seek _U_, int *err)
/* Write the file header. */
memset(&file_hdr,0,sizeof(file_hdr));
memcpy(file_hdr.magic,nettl_magic_hpux10,sizeof(file_hdr.magic));
- strcpy(file_hdr.file_name,"/tmp/ethereal.TRC000");
+ strcpy(file_hdr.file_name,"/tmp/wireshark.TRC000");
strcpy(file_hdr.tz,"UTC");
- strcpy(file_hdr.host_name,"ethereal");
+ strcpy(file_hdr.host_name,"wireshark");
strcpy(file_hdr.os_vers,"B.11.11");
file_hdr.os_v=0x55;
strcpy(file_hdr.model,"9000/800");