aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-dissector-reg.py
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-31 00:23:01 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-31 00:23:01 +0000
commitf29eded8e18f019d2c59d5f9ab3f8a5fd23bb7e7 (patch)
tree476bdd5efe70987b1f7252072e7a1b6a0adf849f /tools/make-dissector-reg.py
parent4803a502d175f774325f1cd5c3e8ccd12b6e6029 (diff)
libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ of
changes here. It compiles OK on OS X, but hasn't been tested anywhere else. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18260 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tools/make-dissector-reg.py')
-rw-r--r--tools/make-dissector-reg.py2
1 files changed, 1 insertions, 1 deletions
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":