svn commit: lorikeet r151 - in trunk/ethereal/plugins/pidl: .

tpot at samba.org tpot at samba.org
Mon Jan 3 00:36:28 GMT 2005


Author: tpot
Date: 2005-01-03 00:36:27 +0000 (Mon, 03 Jan 2005)
New Revision: 151

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

Log:
Add dissectors for misc, security, lsa and samr idl files.

Modified:
   trunk/ethereal/plugins/pidl/Makefile.am


Changeset:
Modified: trunk/ethereal/plugins/pidl/Makefile.am
===================================================================
--- trunk/ethereal/plugins/pidl/Makefile.am	2005-01-03 00:35:58 UTC (rev 150)
+++ trunk/ethereal/plugins/pidl/Makefile.am	2005-01-03 00:36:27 UTC (rev 151)
@@ -30,7 +30,11 @@
 
 pidl_la_SOURCES = pidl.c eparser.c talloc.c talloc.h dlinklist.h \
 	moduleinfo.h moduleinfo.c \
-	packet-dcerpc-atsvc.c
+	packet-dcerpc-misc.c packet-dcerpc-misc.h \
+	packet-dcerpc-security.c packet-dcerpc-security.h \
+	packet-dcerpc-atsvc.c packet-dcerpc-atsvc.h \
+	packet-dcerpc-lsa.c packet-dcerpc-lsa.h \
+	packet-dcerpc-samr.c packet-dcerpc-samr.h
 
 # This is only required for talloc.o but I can't figure out the
 # right automake foo for that.



More information about the samba-cvs mailing list