Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 22268: /trunk/tools/pidl/ /trunk/tools/pidl/lib/Parse/Pi

Date: Sun, 08 Jul 2007 10:20:35 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22268

User: jmayer
Date: 2007/07/08 10:20 AM

Log:
 Update from samba tree revision 23135 to 23750
 ============================ Samba log start ============
 ------------------------------------------------------------------------
 r23677 | abartlet | 2007-07-03 09:28:46 +0200 (Tue, 03 Jul 2007) | 6 lines
 Changed paths:
    M /branches/SAMBA_4_0/source/pidl/tests/ndr_align.pl
    M /branches/SAMBA_4_0/source/pidl/tests/ndr_tagtype.pl
 
 When I removed data_blob_equal, I clearly didn't test the PIDL code.
 
 Fix these to use the new data_blob_cmp()
 
 Andrew Bartlett
 
 ------------------------------------------------------------------------
 r23721 | sahlberg | 2007-07-05 09:19:14 +0200 (Thu, 05 Jul 2007) | 7 lines
 Changed paths:
    M /branches/SAMBA_4_0/source/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
 
 For unions, The TAG and the ARM are aligned independently.
 
 Move emitting ALIGN_TO_x_BYTES to after the tag has been dissected so the 
 alignment only affects the ARM.
 
 
 
 ------------------------------------------------------------------------
 ------------------------------------------------------------------------
 ============================ Samba log end ==============

Directory: /trunk/tools/pidl/lib/Parse/Pidl/Wireshark/
  Changes    Path          Action
  +6 -6      NDR.pm        Modified

Directory: /trunk/tools/pidl/tests/
  Changes    Path              Action
  +5 -5      ndr_align.pl      Modified
  +3 -3      ndr_tagtype.pl    Modified