Fix trivial typos and other misc. minor updates.
authorcmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 26 Jul 2012 01:50:39 +0000 (01:50 +0000)
committercmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 26 Jul 2012 01:50:39 +0000 (01:50 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44021 f5534014-38df-0310-8fa8-9805f1628bb7

doc/README.idl2wrs
idl/parlay/README.parlay

index dae1f2a41644e6894720617b7a328458269d4da7..1932db3fef247119e667fc71c0325c013fbb1465 100644 (file)
@@ -9,17 +9,17 @@ What is it ?
 As you have probably guessed from the name, "idl2wrs" takes a
 user specified IDL file and attempts to build a dissector that
 can decode the IDL traffic over GIOP. The resulting file is
-"C" code, that should compile okay as an wireshark dissector.
+"C" code that should compile okay as a wireshark dissector.
 
 idl2wrs basically parses the data struct given to it by
 the omniidl compiler, and using the GIOP API available in packet-giop.[ch],
-generates  get_CDR_xxx calls to decode the CORBA traffic on the wire.
+generates get_CDR_xxx calls to decode the CORBA traffic on the wire.
 
 It consists of 4 main files.
 
 README.idl2wrs     - This document
-wireshark_be.py     - The main compiler backend
-wireshark_gen.py    - A helper class, that generates the C code.
+wireshark_be.py    - The main compiler backend
+wireshark_gen.py   - A helper class that generates the C code.
 idl2wrs            - A simple shell script wrapper that the end user should
                      use to generate the dissector from the IDL file(s).
 
@@ -53,9 +53,9 @@ need the following.
 2. omniidl from the omniORB package must be available.
    http://omniorb.sourceforge.net/
 
-3  Of course you need wireshark installed to compile the
-   code an tweak it if required. idl2wrs is part of the 
-   standard Wireshark distribution
+3. Of course you need wireshark installed to compile the
+   code and tweak it if required. idl2wrs is part of the 
+   standard Wireshark distribution.
 
 
 Procedure
@@ -94,12 +94,12 @@ steps 3 or 4 instead.
    and that will leave you with heuristic dissection.
 
 
-5. Copy the resulting C code to your wireshark src directory, edit the 2 make
-   files to include the packet-test-idl.c
+5. Copy the resulting C code to your wireshark src directory, edit the
+   following files to include the packet-test-idl.c
  
-   cp packet-test-idl.c /dir/where/wireshark/lives/
-   edit Makefile.am
-   edit Makefile.nmake
+   cp packet-test-idl.c /dir/where/wireshark/lives/epan/dissectors/
+   edit epan/dissectors/Makefile.common
+   edit epan/CMakeLists.txt
 
 6. Run configure
 
@@ -117,7 +117,7 @@ TODO
 
 1. Exception code not generated  (yet), but can be added manually.
 2. Enums not converted to symbolic values (yet), but can be added manually.
-3. Add command line options etc
+3. Add command line options, etc.
 4. More I am sure :-)
 
 
index 369a5821380066586e2cf4fec37a64b158de564b..f3ef587500447700642e146330bb1049627c7fc1 100644 (file)
@@ -1,6 +1,6 @@
-To generate the parlay dissector from the .idl dockuments do:
+To generate the parlay dissector from the .idl documents do:
 
-omniidl  -p ./ -b wireshark_be parlay.idl
+omniidl -p ./ -b wireshark_be Parlay.idl
 
-The parlay.idl file is is doing include on all the other .idl files to create one
+The Parlay.idl file includes all the other .idl files to create one
 dissector for Parlay.