doc: add README.extcap
[metze/wireshark/wip.git] / doc / idl2wrs.pod
index b6fb7998cdbe622756ff6fac463490b116a512ad..38627ddc4e9c940f7df26f48483443aeb9fc659e 100644 (file)
@@ -16,14 +16,17 @@ This resulting file can be compiled as a B<Wireshark> plugin, and
 used to monitor B<GIOP/IIOP> traffic that is using this IDL.
 
 B<idl2wrs> is actually a shell script wrapper for two B<Python> programs.
-
 These programs are:
 
 =over 4
 
-B<wireshark_be.py>  - Contains the main IDL Visitor Class
+=item * B<wireshark_be.py>
+
+Contains the main IDL Visitor Class
+
+=item * B<wireshark_gen.py>
 
-B<wireshark_gen.py> - Contains the Source Code Generator Class
+Contains the Source Code Generator Class
 
 =back
 
@@ -78,7 +81,7 @@ wireshark(1), tshark(1)
 
 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>.
+be found at L<https://www.wireshark.org>.
 
 B<idl2wrs> uses B<omniidl>, an IDL parser, and can be found at
 L<http://omniorb.sourceforge.net/>