summaryrefslogtreecommitdiff
path: root/tools/wireshark_be.py
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-12-26 10:28:03 +0000
committerGuy Harris <guy@alum.mit.edu>2012-12-26 10:28:03 +0000
commitc1245c6b32307a72245828d07294d2e9d53396b2 (patch)
tree9753259703725d89447161b39005f34388188aae /tools/wireshark_be.py
parentce0d04c6d29f9eee9481f39395fd7a6aeceed7c3 (diff)
downloadwireshark-c1245c6b32307a72245828d07294d2e9d53396b2.tar.gz
Change wireshark_gen.py to make the operation argument to routines a
"const char *", as it is now expected to be. Regenerate the dissectors. Update the URL for OmniOrb. In README.parlay, use idl2wrs in the sample command. svn path=/trunk/; revision=46765
Diffstat (limited to 'tools/wireshark_be.py')
-rwxr-xr-xtools/wireshark_be.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/wireshark_be.py b/tools/wireshark_be.py
index b02648e6f8..e23f4b49e5 100755
--- a/tools/wireshark_be.py
+++ b/tools/wireshark_be.py
@@ -11,13 +11,12 @@
# This file is a backend to "omniidl", used to generate "Wireshark"
# dissectors from IDL descriptions. 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 Wireshark distro for API description.
# Wireshark is available at http://www.wireshark.org/
#
# Omniidl is part of the OmniOrb distribution, and is available at
-# http://www.uk.research.att.com/omniORB/omniORB.html
+# http://omniorb.sourceforge.net
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by