svn commit: samba r10086 - in branches/tmp/samba4-winsrepl: . source/librpc/idl

metze at samba.org metze at samba.org
Thu Sep 8 15:08:12 GMT 2005


Author: metze
Date: 2005-09-08 15:08:12 +0000 (Thu, 08 Sep 2005)
New Revision: 10086

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

Log:
 r12047 at SERNOX (orig r10085):  metze | 2005-09-08 17:05:29 +0200
 decode level 5 and 9 too
 (this is taken from the ethereal dissector)
 
 metze

Modified:
   branches/tmp/samba4-winsrepl/
   branches/tmp/samba4-winsrepl/source/librpc/idl/winsrepl.idl


Changeset:

Property changes on: branches/tmp/samba4-winsrepl
___________________________________________________________________
Name: svk:merge
   - 0c0555d6-39d7-0310-84fc-f1cc0bd64818:/branches/SAMBA_4_0:10081
3a72dc49-98ff-0310-ab52-9b7ed7945d91:/local/samba4:9495
a953eb74-4aff-0310-a63c-855d20285ebb:/local/samba4:11627
   + 0c0555d6-39d7-0310-84fc-f1cc0bd64818:/branches/SAMBA_4_0:10085
3a72dc49-98ff-0310-ab52-9b7ed7945d91:/local/samba4:9495
a953eb74-4aff-0310-a63c-855d20285ebb:/local/samba4:11627

Modified: branches/tmp/samba4-winsrepl/source/librpc/idl/winsrepl.idl
===================================================================
--- branches/tmp/samba4-winsrepl/source/librpc/idl/winsrepl.idl	2005-09-08 15:05:29 UTC (rev 10085)
+++ branches/tmp/samba4-winsrepl/source/librpc/idl/winsrepl.idl	2005-09-08 15:08:12 UTC (rev 10086)
@@ -68,7 +68,9 @@
 		WREPL_REPL_SEND_REQUEST = 2,
 		WREPL_REPL_SEND_REPLY   = 3,
 		WREPL_REPL_UPDATE       = 4,
-		WREPL_REPL_INFORM       = 8
+		WREPL_REPL_5            = 5,
+		WREPL_REPL_INFORM       = 8,
+		WREPL_REPL_9            = 9
 	} wrepl_replication_cmd;
 
 	typedef [nodiscriminant] union {
@@ -77,7 +79,9 @@
 		[case(WREPL_REPL_SEND_REQUEST)] wrepl_wins_owner owner;
 		[case(WREPL_REPL_SEND_REPLY)]   wrepl_send_reply reply;
 		[case(WREPL_REPL_UPDATE)] ;
+		[case(WREPL_REPL_5)]            wrepl_table      table;
 		[case(WREPL_REPL_INFORM)]       wrepl_table      table;
+		[case(WREPL_REPL_9)]            wrepl_table      table;
 	} wrepl_replication_info;
 
 	typedef struct {



More information about the samba-cvs mailing list