Ethereal-cvs: [Ethereal-cvs] rev 16673: /trunk/tools/pidl/lib/Parse/Pidl/Ethereal/: NDR.pm /tr

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Sun, 04 Dec 2005 08:48:40 GMT
User: jmayer
Date: 2005/12/04 02:48 AM

Log:
 Update to samba svn revision 12055:
 ========== Samba changelog start ========================
 r11959 | jelmer | 2005-11-29 14:54:51 +0100 (Tue, 29 Nov 2005) | 2 lines
 
 Use DOS_errors array for displaying WERROR values
 
 ------------------------------------------------------------------------
 r11972 | metze | 2005-11-30 13:40:26 +0100 (Wed, 30 Nov 2005) | 3 lines
 
 handle [noejs] property also on functions
 
 metze
 ------------------------------------------------------------------------
 r11974 | metze | 2005-11-30 18:07:02 +0100 (Wed, 30 Nov 2005) | 3 lines
 
 only look at $pl->{POINTER_TYPE} when $pl is defined
 
 metze
 ------------------------------------------------------------------------
 r11997 | metze | 2005-12-01 13:39:33 +0100 (Thu, 01 Dec 2005) | 14 lines
 
 for multidimentional array like this:
 uint32 [num_level2][num_level1][num_level0]
 
 fix the order they're pushed and pulled, it should be like this
 
 for (l2=0; l2 < num_level2; l2++) {
         for (l1=0; l1 < num_level1; l1++) {
                 for (l0=0; l0 < num_level0; l0++) {
                         ndr_pull_uint32(...);
                 }
         }
 }
 
 metze
 ========== Samba changelog end ========================

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

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

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

Directory: /trunk/tools/pidl/lib/Parse/Pidl/Samba/
  Changes    Path          Action
  +2 -1      EJS.pm        Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=16673&view=rev