aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/nettl.c
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-06-06 23:09:20 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-06-06 23:09:20 +0000
commitf6374e715ff9a7fce1084f73c1fb6cddd1eb769d (patch)
tree31f04315a0d78c137b3482e196d07b7e8a1e2ef4 /wiretap/nettl.c
parentaca778f882c3c5efc4704915f55fdbeb92308659 (diff)
Ethereal -> Wireshark
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18369 f5534014-38df-0310-8fa8-9805f1628bb7
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");