summaryrefslogtreecommitdiff
path: root/tools/make-dissector-reg
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/make-dissector-reg
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/make-dissector-reg')
-rwxr-xr-xtools/make-dissector-reg2
1 files changed, 1 insertions, 1 deletions
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