From dea7ae98beaf0dba1ce2d2abe84637c174c2ed91 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 6 Jun 2006 23:09:20 +0000 Subject: Ethereal -> Wireshark svn path=/trunk/; revision=18369 --- wiretap/nettl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wiretap/nettl.c') 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"); -- cgit v1.2.3