aboutsummaryrefslogtreecommitdiffstats
path: root/tools/wireshark_gen.py
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-06-06 23:27:21 +0000
committerGerald Combs <gerald@wireshark.org>2006-06-06 23:27:21 +0000
commit4ed6fc0bc38c1540bc96c212bc9f2003c9cd12d2 (patch)
tree0504a120491b81fff192bbb567f93537e6e18ccf /tools/wireshark_gen.py
parent4be9eaddb33e5e5da91a2864e8a380672a4dcd6e (diff)
Ethereal -> Wireshark
svn path=/trunk/; revision=18374
Diffstat (limited to 'tools/wireshark_gen.py')
-rw-r--r--tools/wireshark_gen.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/wireshark_gen.py b/tools/wireshark_gen.py
index e5a1b9dcff..e405390da9 100644
--- a/tools/wireshark_gen.py
+++ b/tools/wireshark_gen.py
@@ -2,7 +2,7 @@
#
# $Id$
#
-# ethereal_gen.py (part of idl2wrs)
+# wireshark_gen.py (part of idl2wrs)
#
# Author : Frank Singleton (frank.singleton@ericsson.com)
#
@@ -36,7 +36,7 @@
# Description:
#
# Omniidl Back-end which parses an IDL list of "Operation" nodes
-# passed from ethereal_be2.py and generates "C" code for compiling
+# passed from wireshark_be2.py and generates "C" code for compiling
# as a plugin for the Wireshark IP Protocol Analyser.
#
#