Wireshark-commits: [Wireshark-commits] master bc26b5e: packet-kerberos: pass more information down
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 24 May 2020 20:00:29 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bc26b5ee2472cee5955951dd91cda6a570bb8c6d
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

bc26b5e by Stefan Metzmacher (metze@xxxxxxxxx):

    packet-kerberos: pass more information down to add_encryption_key()
    
    For the MIT/Heimdal case we'll add much more details in future,
    this step just passed down the required information.
    
    Change-Id: I8c2ef732a66ca63931ee0481952014b6c460e0d2
    Signed-off-by: Stefan Metzmacher <metze@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/37273
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  afaa3d5   packet-kerberos: add hooks to handle each learned encryption in a separate way
     add  bc26b5e   packet-kerberos: pass more information down to add_encryption_key()


Summary of changes:
 epan/dissectors/asn1/kerberos/kerberos.cnf         |  2 +
 .../asn1/kerberos/packet-kerberos-template.c       | 17 +++++-
 epan/dissectors/packet-kerberos.c                  | 61 ++++++++++++++--------
 3 files changed, 55 insertions(+), 25 deletions(-)