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

tridge at samba.org tridge at samba.org
Thu Jan 27 04:36:18 GMT 2005


Author: tridge
Date: 2005-01-27 04:36:18 +0000 (Thu, 27 Jan 2005)
New Revision: 213

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=213

Log:
simpler instructions














Modified:
   trunk/ethereal/README


Changeset:
Modified: trunk/ethereal/README
===================================================================
--- trunk/ethereal/README	2005-01-27 04:22:18 UTC (rev 212)
+++ trunk/ethereal/README	2005-01-27 04:36:18 UTC (rev 213)
@@ -1,33 +1,15 @@
 Build instructions for ethereal pidl parsers
 --------------------------------------------
 
-In the following instructions the pseudo command lines use $ETHEREAL
-to represent the location of a checkout of the ethereal source code
-and $LORIKEET to represent a checkout of the lorikeet source code.
-
 To build the parsers:
 
-  1) build pidl.so using "make"
+  1) edit Makefile to point at your Samba4 source tree and ethereal plugins directory
 
-  2) copy pidl.so to ~/.ethereal/plugins/
+  2) run "make" then "make install"
 
-  $ mkdir -p ~/.ethereal/plugins
-  $ cp pidl.so ~/.ethereal/plugins
-
   3) run "tethereal -Vr atsvc.cap" and look for "pidl" in the
      output. If you see it then the plugin is working.
 
-To build dissectors from the idl files, configure samba like:
-
-  1) cd $SAMBA/branches/SAMBA_4_0/source && \
-     ./configure --with-eparserdir=$LORIKEET/trunk/ethereal/plugins/pidl
-  
-  2) make eparser_idl
-
-This should generate a whole bunch of packet-dcerpc-*.[ch] files.
-Edit $LORIKEET/trunk/ethereal/plugins/pidl/Makefile.am to compile and
-link in parsers other than ATSVC.
-
 Other notes:
 
   - The plugin protocol names are currently 'pidl_foo', where foo is



More information about the samba-cvs mailing list