A few more ethereal --> wireshark

svn path=/trunk/; revision=20559
This commit is contained in:
Bill Meier 2007-01-26 01:34:29 +00:00
parent 0ffcdf3be0
commit 09f508b57b
7 changed files with 7 additions and 7 deletions

View File

@ -40,7 +40,7 @@
/* Plugins can also use the import library of libwireshark.dll instead
of the old API. In that case we undefine PLUGINS_NEED_ADDRESS_TABLE
for the plugin. We don't undefine PLUGINS_NEED_ADDRESS_TABLE globally.
Thus Ethereal will be still able to load plugins using the old API.
Thus Wireshark will be still able to load plugins using the old API.
The macro HAVE_WIN32_LIBWIRESHARK_LIB has to be defined in plugin's
makefile.nmake. A template is available in doc/README.plugins */
#ifdef HAVE_WIN32_LIBWIRESHARK_LIB

View File

@ -321,7 +321,7 @@ dissect_pft_fec_detailed(tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree,
/** Handle a PFT packet which has the fragmentation header. This uses the
* standard ethereal methods for reassembling fragments. If FEC is used,
* standard wireshark methods for reassembling fragments. If FEC is used,
* the FEC is handled too. For the moment, all the fragments must be
* available but this could be improved.
* \param[in,out] tvb The buffer containing the current fragment

View File

@ -658,7 +658,7 @@ dissect_ssl(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
* packets.
*
* Handling the single ssl record across multiple packets
* may be possible using ethereal conversations, but
* may be possible using wireshark conversations, but
* probably not cleanly. May have to wait for tcp stream
* reassembly.
*/

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

@ -1,6 +1,6 @@
-- init.lua
--
-- initilaize ethereal's lua
-- initialize wireshark's lua
--
-- This file is going to be executed before any other lua script.
-- It can be used to load libraries, disable functions and more.

View File

@ -165,7 +165,7 @@ get_compiled_version_info(GString *str, void (*additional_info)(GString *))
/*
* Get compile-time information used only by applications that use
* libethereal.
* libwireshark.
*/
void
get_epan_compiled_version_info(GString *str)

View File

@ -49,7 +49,7 @@ void get_compiled_version_info(GString *str,
/*
* Get compile-time information used only by applications that use
* libethereal.
* libwireshark.
*/
void get_epan_compiled_version_info(GString *str);