Wireshark-commits: [Wireshark-commits] master bd0280e: Pick up changes from the Samba repository:

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 27 Jul 2016 22:54:17 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bd0280e8d6570b5a1ce785b1518d3d7b6b68ec33
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

bd0280e by Guy Harris (guy@xxxxxxxxxxxx):

    Pick up changes from the Samba repository:
    
      commit 59d530c0b692dae41ea271bfdb473f212615041b
      Author: Douglas Bagnall <douglas.bagnall@xxxxxxxxxxxxxxx>
      Date:   Tue Mar 1 14:18:52 2016 +1300
    
        ndr: Use ndr_steal to avoid long lists
    
        When pulling complex structures like nt-acls, a long list of tokens may
        be produced. By removing tokens along the way with ndr_token_steal,
        future calls to retrieve from the token list are not as expensive.
    
        Signed-off-by: Douglas Bagnall <douglas.bagnall@xxxxxxxxxxxxxxx>
        Reviewed-by: Andrew Bartlett <abartlet@xxxxxxxxx>
        Reviewed-by: Garming Sam <garming@xxxxxxxxxxxxxxx>
    
      commit 9af628a488d2b628e6c33917be7030602eeb5fde
      Author: Douglas Bagnall <douglas.bagnall@xxxxxxxxxxxxxxx>
      Date:   Fri Feb 26 17:01:37 2016 +1300
    
        ndr: avoid unnecessary searches of token list
    
        When pulling complex structures like nt-acls, a long list of tokens
        may be produced. This change means the token list won't be walked in the
        buffers case if the switch value is not needed.
    
        Signed-off-by: Douglas Bagnall <douglas.bagnall@xxxxxxxxxxxxxxx>
        Reviewed-by: Andrew Bartlett <abartlet@xxxxxxxxx>
        Reviewed-by: Garming Sam <garming@xxxxxxxxxxxxxxx>
    
    Change-Id: I0e0ce345e5184e0cd180b0079dd693a7ed3f31ef
    Reviewed-on: https://code.wireshark.org/review/16736
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  9fa5617   Add IPv6 to the randpkt manpage
    adds  bd0280e   Pick up changes from the Samba repository:


Summary of changes:
 tools/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm |   57 +++++++++++++++++-------
 1 file changed, 42 insertions(+), 15 deletions(-)