summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-05-31 00:23:01 +0000
committerGerald Combs <gerald@wireshark.org>2006-05-31 00:23:01 +0000
commitb15974d094e96ced61fefeff35be96add2b6e7a4 (patch)
tree476bdd5efe70987b1f7252072e7a1b6a0adf849f /tools
parent6deb90af7b1eee58fe564ebeaee57066bca508e2 (diff)
downloadwireshark-b15974d094e96ced61fefeff35be96add2b6e7a4.tar.gz
libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ of
changes here. It compiles OK on OS X, but hasn't been tested anywhere else. svn path=/trunk/; revision=18260
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am1
-rw-r--r--tools/lemon/Makefile.am6
-rwxr-xr-xtools/make-dissector-reg2
-rw-r--r--tools/make-dissector-reg.py2
-rw-r--r--tools/pidl/lib/Parse/Pidl/Ethereal/NDR.pm2
-rw-r--r--tools/tpg/Makefile.am6
-rw-r--r--tools/wireshark_gen.py4
7 files changed, 12 insertions, 11 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index abf2b8cdd2..f1a792461e 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -71,6 +71,7 @@ EXTRA_DIST = \
cvsdiff-fix.py \
dfilter-test.py \
fuzz-test.sh \
+ idl2wrs.sh \
lex.py \
make-dissector-reg \
make-dissector-reg.py \
diff --git a/tools/lemon/Makefile.am b/tools/lemon/Makefile.am
index 5f024cbca4..acdca29d65 100644
--- a/tools/lemon/Makefile.am
+++ b/tools/lemon/Makefile.am
@@ -21,9 +21,9 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# We produce an archive library. In the future, when libethereal is a
-# shared library, this will be linked into libethereal. While libethereal
-# is an archive library, any executable linking against libethereal will
+# We produce an archive library. In the future, when libwireshark is a
+# shared library, this will be linked into libwireshark. While libwireshark
+# is an archive library, any executable linking against libwireshark will
# also need to link against libftypes.
noinst_PROGRAMS = lemon
diff --git a/tools/make-dissector-reg b/tools/make-dissector-reg
index fe403cc5f6..d4c6739777 100755
--- a/tools/make-dissector-reg
+++ b/tools/make-dissector-reg
@@ -13,7 +13,7 @@ shift
#
# The second argument is either "plugin" or "dissectors"; if it's
# "plugin", we build a plugin.c for a plugin, and if it's
-# "dissectors", we build a register.c for libethereal.
+# "dissectors", we build a register.c for libwireshark.
#
registertype="$1"
shift
diff --git a/tools/make-dissector-reg.py b/tools/make-dissector-reg.py
index 0e04795f4b..bd5c599b9c 100644
--- a/tools/make-dissector-reg.py
+++ b/tools/make-dissector-reg.py
@@ -23,7 +23,7 @@ srcdir = sys.argv[1]
#
# The second argument is either "plugin" or "dissectors"; if it's
# "plugin", we build a plugin.c for a plugin, and if it's
-# "dissectors", we build a register.c for libethereal.
+# "dissectors", we build a register.c for libwireshark.
#
registertype = sys.argv[2]
if registertype == "plugin":
diff --git a/tools/pidl/lib/Parse/Pidl/Ethereal/NDR.pm b/tools/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
index a64052720c..530c697768 100644
--- a/tools/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
+++ b/tools/pidl/lib/Parse/Pidl/Ethereal/NDR.pm
@@ -3,7 +3,7 @@
# Copyright tridge@samba.org 2000-2003
# Copyright tpot@samba.org 2001,2005
# Copyright jelmer@samba.org 2004-2005
-# Portions based on idl2eth.c by Ronnie Sahlberg
+# Portions based on idl2wrs.c by Ronnie Sahlberg
# released under the GNU GPL
=pod
diff --git a/tools/tpg/Makefile.am b/tools/tpg/Makefile.am
index 82874f8075..134a3ea06e 100644
--- a/tools/tpg/Makefile.am
+++ b/tools/tpg/Makefile.am
@@ -21,9 +21,9 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# We produce an archive library. In the future, when libethereal is a
-# shared library, this will be linked into libethereal. While libethereal
-# is an archive library, any executable linking against libethereal will
+# We produce an archive library. In the future, when libwireshark is a
+# shared library, this will be linked into libwireshark. While libwireshark
+# is an archive library, any executable linking against libwireshark will
# also need to link against libftypes.
CLEANFILES = \
diff --git a/tools/wireshark_gen.py b/tools/wireshark_gen.py
index 155cd50c55..e5a1b9dcff 100644
--- a/tools/wireshark_gen.py
+++ b/tools/wireshark_gen.py
@@ -2,7 +2,7 @@
#
# $Id$
#
-# ethereal_gen.py (part of idl2eth)
+# ethereal_gen.py (part of idl2wrs)
#
# Author : Frank Singleton (frank.singleton@ericsson.com)
#
@@ -2049,7 +2049,7 @@ for (i_@aname@=0; i_@aname@ < @aval@; i_@aname@++) {
/* packet-@dissector_name@.c
* Routines for IDL dissection
*
- * Autogenerated from idl2eth
+ * Autogenerated from idl2wrs
* Copyright 2001 Frank Singleton <frank.singleton@@ericsson.com>
*/