Wireshark-commits: [Wireshark-commits] master bb105ee: packet-kerberos: add decrypt_krb5_krb_cfx_dc
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 22 Jan 2020 21:45:55 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bb105ee06c7193ad2b2d6d00560e97c7b4650fe2
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

bb105ee by Stefan Metzmacher (metze@xxxxxxxxx):

    packet-kerberos: add decrypt_krb5_krb_cfx_dce() function
    
    This will be used in order to decrypt DCERPC messages with
    header signing.
    
    Change-Id: Ib72fe0fcae5eaaa5bbc755e9af5a36b23b370bde
    Signed-off-by: Stefan Metzmacher <metze@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/35710
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  a7c862c   packet-kerberos: split out decrypt_krb5_with_cb()
     add  bb105ee   packet-kerberos: add decrypt_krb5_krb_cfx_dce() function


Summary of changes:
 .../asn1/kerberos/packet-kerberos-template.c       | 238 ++++++++++++++++++++
 .../asn1/kerberos/packet-kerberos-template.h       |  10 +
 epan/dissectors/packet-kerberos.c                  | 244 ++++++++++++++++++++-
 epan/dissectors/packet-kerberos.h                  |  12 +-
 4 files changed, 500 insertions(+), 4 deletions(-)