Wireshark-commits: [Wireshark-commits] master 9483fbc: packet-dcerpc-netlogon: relax the data model

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 08 Jan 2020 07:30:44 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9483fbcbf424cabcc34bdd7da6d1bba947e0aa90
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

9483fbc by Stefan Metzmacher (metze@xxxxxxxxx):

    packet-dcerpc-netlogon: relax the data model for netlogon_auth_key
    
    This is a change into the correct direction and allows decryption
    even if DCERPC security context multiplexing is not used.
    
    The final design is added as comment, which would make it possible
    to do decryption in all cases allowed by the protocol.
    
    Change-Id: Ided40e0028967f2a047bf2722e627800ca77054d
    Reviewed-on: https://code.wireshark.org/review/35680
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  088266e   Netlink: stop hiding packet_netlink_data pointer
     add  9483fbc   packet-dcerpc-netlogon: relax the data model for netlogon_auth_key


Summary of changes:
 epan/dissectors/packet-dcerpc-netlogon.c | 104 ++++++++++---------------------
 1 file changed, 34 insertions(+), 70 deletions(-)