Wireshark-commits: [Wireshark-commits] master afaa3d5: packet-kerberos: add hooks to handle each le
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=afaa3d5c30be45a27a492363b59e1b9e56187bfc
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
afaa3d5 by Stefan Metzmacher (metze@xxxxxxxxx):
    packet-kerberos: add hooks to handle each learned encryption in a separate way
    
    This constructs more more useful origin names.
    It also allows specific handling of each key type in future.
    
    Change-Id: Ife959a39a0e5b3ef806c6f34f66128732b64536e
    Signed-off-by: Stefan Metzmacher <metze@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/37272
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    
Actions performed:
    from  d34a806   UNISTIM: Refactor display address/control/tag handling
     add  afaa3d5   packet-kerberos: add hooks to handle each learned encryption in a separate way
Summary of changes:
 epan/dissectors/asn1/kerberos/kerberos.cnf         |  72 +++-
 .../asn1/kerberos/packet-kerberos-template.c       | 139 ++++++++
 epan/dissectors/packet-kerberos.c                  | 369 ++++++++++++++++++---
 3 files changed, 529 insertions(+), 51 deletions(-)