Update the download link in the help dialog. More Ethereal -> Wireshark.

svn path=/trunk/; revision=18391
This commit is contained in:
Gerald Combs 2006-06-07 22:57:54 +00:00
parent 1e1fd7c98a
commit d5da1670f1
6 changed files with 11 additions and 11 deletions

View File

@ -4,5 +4,5 @@ Gilbert Ramirez <gram@alumni.rice.edu>
Guy Harris <guy@alum.mit.edu>
Laurent Deniel <laurent.deniel@free.fr>
[XXX - throw into this list all the other Ethereal contributors whose
[XXX - throw into this list all the other Wireshark contributors whose
code got moved here]

View File

@ -1,4 +1,4 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Makefile for building wireshark.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
# $Id$

View File

@ -734,7 +734,7 @@ class Type:
def DFilter(self):
return "ncp." + self.abbrev
def EtherealFType(self):
def WiresharkFType(self):
return self.ftype
def Display(self, newval=None):
@ -7906,7 +7906,7 @@ proto_register_ncp2222(void)
print "\t{ &%s," % (var.HFName())
print "\t{ \"%s\", \"%s\", %s, %s, %s, 0x%x, \"\", HFILL }},\n" % \
(var.Description(), var.DFilter(),
var.EtherealFType(), var.Display(), var.ValuesName(),
var.WiresharkFType(), var.Display(), var.ValuesName(),
var.Mask())
print "\t};\n"

View File

@ -9,8 +9,8 @@
*
* $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* Copied from README.developer
@ -202,7 +202,7 @@ dissect_tivoconnect(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
}
/* Register the protocol with Ethereal */
/* Register the protocol with Wireshark */
/* this format is require because a script is used to build the C function
that calls all the protocol registration.

View File

@ -3,7 +3,7 @@ The REAMDE specific to the Wireshark "copy" of the pidl sources
The tree tools/pidl is a direct extract from
svn://svnanon.samba.org/samba/branches/SAMBA_4_0/source/pidl
to allow building Ethereal pidl dissectors without having to
to allow building Wireshark pidl dissectors without having to
*explicitely* access a remote svn repository.
Don't do changes here, do them at the samba tree! Changes to this tree will
@ -25,5 +25,5 @@ warning like:
atsvc.idl:5:23: idl_types.h: No such file or directory
and *may* result in additional warnings like:
Warning: No conformance file `initshutdown.cnf'
Unable to handle string with flags STR_LEN4|STR_NOTERM at /usr/lib/perl5/site_perl/5.8.6/Parse/Pidl/Ethereal/NDR.pm line 283.
Unable to handle string with flags STR_LEN4|STR_NOTERM at /usr/lib/perl5/site_perl/5.8.6/Parse/Pidl/Wireshark/NDR.pm line 283.

View File

@ -344,10 +344,10 @@ topic_action(topic_action_e action)
browser_open_url ("http://wiki.wireshark.org");
break;
case(ONLINEPAGE_DOWNLOAD):
browser_open_url ("http://www.wireshark.org/download.html");
browser_open_url ("http://www.wireshark.org/download/");
break;
case(ONLINEPAGE_USERGUIDE):
browser_open_url ("http://www.wireshark.org/docs/wsug_html_chunked");
browser_open_url ("http://www.wireshark.org/docs/wsug_html_chunked/");
break;
case(ONLINEPAGE_FAQ):
browser_open_url ("http://www.wireshark.org/faq.html");