summaryrefslogtreecommitdiff
path: root/doc/idl2wrs.pod
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-05-20 01:41:52 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-05-20 01:41:52 +0000
commit17bbb2dbe9f7c51a64f965b69af269afc15a9808 (patch)
tree4a609e77e2d514a03da8dacb6ab92ee8fb6c5522 /doc/idl2wrs.pod
parentab10fed5033a782fd7c45ad17033f852ada95e38 (diff)
downloadwireshark-17bbb2dbe9f7c51a64f965b69af269afc15a9808.tar.gz
Clean up some documentation a bit, removing non-ASCII characters, formatting like other pages, alphabetizing options, describing options under their own headingadding missing newline at end of file, fixing typos and some minor rewording.
svn path=/trunk/; revision=49424
Diffstat (limited to 'doc/idl2wrs.pod')
-rw-r--r--doc/idl2wrs.pod16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/idl2wrs.pod b/doc/idl2wrs.pod
index 812ce432a1..b6fb7998cd 100644
--- a/doc/idl2wrs.pod
+++ b/doc/idl2wrs.pod
@@ -5,11 +5,11 @@ idl2wrs - CORBA IDL to Wireshark Plugin Generator
=head1 SYNOPSIS
-B<idl2wrs> filename
+B<idl2wrs> E<lt>filenameE<gt>
=head1 DESCRIPTION
-B<idl2wrs> is a program that takes a user specified B<CORBA IDL>
+B<idl2wrs> is a program that takes a user specified B<CORBA IDL>
file and generates B<"C"> source code for a B<Wireshark> "plugin".
This resulting file can be compiled as a B<Wireshark> plugin, and
@@ -23,7 +23,7 @@ These programs are:
B<wireshark_be.py> - Contains the main IDL Visitor Class
-B<wireshark_gen.py> - Contains the Source Code Generator Class
+B<wireshark_gen.py> - Contains the Source Code Generator Class
=back
@@ -39,7 +39,7 @@ method unless you have some namespace collisions.
Currently there are no options. B<idl2wrs> can be invoked as follows.
-1. To write the C code to stdout.
+1. To write the C code to stdout.
idl2wrs <your_file.idl>
@@ -63,10 +63,10 @@ The B<-p> option passed to omniidl (inside B<idl2wrs>) indicates where
B<wireshark_be.py> and B<wireshark_gen.py> 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),
+If it complains about being unable to find some modules (eg tempfile.py),
you may want to check if PYTHONPATH is set correctly.
-eg: PYTHONPATH=/usr/lib/python1.5/
+eg: PYTHONPATH=/usr/lib/python1.5/
=head1 SEE ALSO
@@ -76,8 +76,8 @@ wireshark(1), tshark(1)
=head1 NOTES
-B<idl2wrs> (including B<wireshark_be.py> and B<wireshark_gen.py>) are part of
-the B<Wireshark> distribution. The latest version of B<Wireshark> can
+B<idl2wrs> (including B<wireshark_be.py> and B<wireshark_gen.py>) are part of
+the B<Wireshark> distribution. The latest version of B<Wireshark> can
be found at L<http://www.wireshark.org>.
B<idl2wrs> uses B<omniidl>, an IDL parser, and can be found at