Wireshark-commits: [Wireshark-commits] master 8edf1cf: packet-kerberos: let decrypt_krb5_with_cb()
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 26 May 2020 09:17:59 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8edf1cf549f2baa37378d19f4e4ebeda4a9ca06e
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

8edf1cf by Stefan Metzmacher (metze@xxxxxxxxx):

    packet-kerberos: let decrypt_krb5_with_cb() use kerberos_all_keys
    
    For now we use kerberos_all_keys, but in future we may select the
    map based on passed usage.
    
    Change-Id: I1f29e97aa60a41be3694b75bc4353b3a5dae0eae
    Signed-off-by: Stefan Metzmacher <metze@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/37288
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  3a28970   packet-kerberos: maintain a kerberos_all_keys map
     add  8edf1cf   packet-kerberos: let decrypt_krb5_with_cb() use kerberos_all_keys


Summary of changes:
 .../asn1/kerberos/packet-kerberos-template.c       |  94 +++++++++++++++----
 epan/dissectors/packet-kerberos.c                  | 100 ++++++++++++++++-----
 2 files changed, 157 insertions(+), 37 deletions(-)