aboutsummaryrefslogtreecommitdiffstats
path: root/idl2eth.sh
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-22 08:14:01 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-22 08:14:01 +0000
commitf0b33a47893e76488561e57d6c2dce07a1295d4b (patch)
tree94060daf713860116bedfbe9673d9a057b4a0824 /idl2eth.sh
parent92552c2d765dcf89883392fcd11556d54f2843e5 (diff)
ethereal->wireshark updates
svn path=/trunk/; revision=18206
Diffstat (limited to 'idl2eth.sh')
-rw-r--r--idl2eth.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/idl2eth.sh b/idl2eth.sh
index 8d9cbfc791..2ba26562da 100644
--- a/idl2eth.sh
+++ b/idl2eth.sh
@@ -17,8 +17,8 @@
# The output language generated is "C". It will generate code to use the
# GIOP/IIOP get_CDR_XXX API.
#
-# Please see packet-giop.h in Ethereal distro for API description.
-# Ethereal is available at http://www.ethereal.com/
+# Please see packet-giop.h in Wireshark distro for API description.
+# Wireshark is available at http://www.ethereal.com/
#
# Omniidl is part of the OmniOrb distribution, and is available at
# http://omniorb.sourceforge.net/
@@ -49,7 +49,7 @@ if [ $# -lt 1 ]; then
fi
#
-# Run ethereal backend, looking for ethereal_be.py and ethereal_gen.py
+# Run wireshark backend, looking for ethereal_be.py and ethereal_gen.py
# in pythons's "site-packages" directory. If cannot find that, then
# try looking in current directory. If still cannot, then exit with
# error.