Wireshark-commits: [Wireshark-commits] master 5e1aa48: packet-kerberos: decrypt PAC_CREDENTIAL_INFO
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 18 Mar 2020 15:32:18 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5e1aa48d567337a262aa83095414ccb64ca435c0
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

5e1aa48 by Stefan Metzmacher (metze@xxxxxxxxx):

    packet-kerberos: decrypt PAC_CREDENTIAL_INFO from [MS-PAC]
    
    In future we could further dissect the details, but seeing
    the decrypted bytes is already very useful.
    
    Change-Id: Id03664513e66b089e2815140a061ec90b9a49232
    Signed-off-by: Stefan Metzmacher <metze@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/36464
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  f2dfceb   packet-kerberos: dissect AD_GSS_API_ETYPE_NEGOTIATION
     add  5e1aa48   packet-kerberos: decrypt PAC_CREDENTIAL_INFO from [MS-PAC]


Summary of changes:
 .../asn1/kerberos/packet-kerberos-template.c       | 87 ++++++++++++++++---
 epan/dissectors/packet-kerberos.c                  | 99 +++++++++++++++++-----
 2 files changed, 154 insertions(+), 32 deletions(-)