Wireshark-commits: [Wireshark-commits] master a7c862c: packet-kerberos: split out decrypt_krb5_with

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 22 Jan 2020 21:45:41 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a7c862ca0fcdd46780527414ac8b96bde8489a36
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

a7c862c by Stefan Metzmacher (metze@xxxxxxxxx):

    packet-kerberos: split out decrypt_krb5_with_cb()
    
    This will be reused in the next commits in order to
    use use krb5_c_decrypt_iov() instead of krb5_c_decrypt()
    in some situations.
    
    Change-Id: I026cce14cb48813907e52793f3075cb4b9ce16c1
    Signed-off-by: Stefan Metzmacher <metze@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/35709
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  1b97f84   packet-gssapi: add gssapi_{header,trailer}_tvb
     add  a7c862c   packet-kerberos: split out decrypt_krb5_with_cb()


Summary of changes:
 .../asn1/kerberos/packet-kerberos-template.c       | 117 ++++++++++++++------
 epan/dissectors/packet-kerberos.c                  | 123 ++++++++++++++-------
 2 files changed, 167 insertions(+), 73 deletions(-)