svn commit: lorikeet r38 - in trunk/ethereal: .

tpot at samba.org tpot at samba.org
Thu Sep 2 06:43:43 GMT 2004


Author: tpot
Date: 2004-09-02 06:43:42 +0000 (Thu, 02 Sep 2004)
New Revision: 38

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=lorikeet&path=/trunk/ethereal&rev=38&nolog=1

Log:
Add some notes.

Modified:
   trunk/ethereal/README


Changeset:
Modified: trunk/ethereal/README
===================================================================
--- trunk/ethereal/README	2004-09-02 04:06:57 UTC (rev 37)
+++ trunk/ethereal/README	2004-09-02 06:43:42 UTC (rev 38)
@@ -1,7 +1,7 @@
 Build instructions for ethereal pidl parsers
 --------------------------------------------
 
-To build the parser:
+To build the parsers:
 
   1) Apply the ethereal-pidl.patch to introduce the new plugin into
      the ethereal build system.
@@ -20,6 +20,7 @@
 ethereal program.  This speeds up development muchly as the linking
 for ethereal and tethereal does not need to be performed.
 
+
 Installation:
 
   1) Copy the pidl.so file from the .libs directory (ha ha - libtool)
@@ -29,4 +30,12 @@
   2) When you restart ethereal the plugin should be loaded.  Any
      dynamic linking errors will be displayed on standard error.
 
+
+Other notes:
+
+  - The plugin protocol names are currently 'pidl_foo', where foo is
+    the name of the idl file, e.g 'pidl_samr'.  Ethereal can't handle
+    duplicate protocol names.
+
+
 Enjoy!



More information about the samba-cvs mailing list