From eb71f7fb96f883b748536eecde9f6f49eedbcfee Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 31 May 2006 19:12:15 +0000 Subject: Rename the main executable to "wireshark", along with more conversions: ethereal.com -> wireshark.org mailing lists and addresses ETHEREAL -> WIRESHARK Man pages Automake/Autoconf names svn path=/trunk/; revision=18271 --- doc/idl2wrs.pod | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'doc/idl2wrs.pod') diff --git a/doc/idl2wrs.pod b/doc/idl2wrs.pod index 7dd80740de..fffedb25de 100644 --- a/doc/idl2wrs.pod +++ b/doc/idl2wrs.pod @@ -1,7 +1,7 @@ =head1 NAME -idl2wrs - CORBA IDL to Ethereal Plugin Generator +idl2wrs - CORBA IDL to Wireshark Plugin Generator =head1 SYNOPSYS @@ -10,9 +10,9 @@ B filename =head1 DESCRIPTION B is a program that takes a user specified B -file and generates B<"C"> source code for an B "plugin". +file and generates B<"C"> source code for an B "plugin". -This resulting file can be compiled as an B plugin, and +This resulting file can be compiled as an B plugin, and used to monitor B traffic that is using this IDL. B is actually a shell script wrapper for two B programs. @@ -21,9 +21,9 @@ These programs are: =over 4 -B - Contains the main IDL Visitor Class +B - Contains the main IDL Visitor Class -B - Contains the Source Code Generator Class +B - Contains the Source Code Generator Class =back @@ -55,12 +55,12 @@ Currently there are no options. B can be invoked as follows. =head1 ENVIRONMENT -B will look for B and B in +B will look for B and B in B<$PYTHONPATH/site-packages/> and if not found, will try the current directory B<./> The B<-p> option passed to omniidl (inside B) indicates where -B and B will be searched. This may +B and B will be searched. This may need tweaking if you place these files somewhere else. If it complains about being unable to find some modules (eg tempfile.py), @@ -71,14 +71,14 @@ eg: PYTHONPATH=/usr/lib/python1.5/ =head1 SEE ALSO -I +I =head1 NOTES -B (including B and B) are part of -the B distribution. The latest version of B can -be found at B. +B (including B and B) are part of +the B distribution. The latest version of B can +be found at B. B uses B, and IDL parser, and can be found at B -- cgit v1.2.1