Wireshark-commits: [Wireshark-commits] master d89565e: packet-kerberos: avoid guessing the authenti
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 26 May 2020 12:20:23 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d89565e0c065f917b28988ce80bfc89d41c35cf2
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

d89565e by Stefan Metzmacher (metze@xxxxxxxxx):

    packet-kerberos: avoid guessing the authenticator key usage
    
    We already know a few details in order to avoid the autodetection.
    
    This avoids overhead and false positives for the
    'kerberos.missing_keytype' filter.
    
    Change-Id: I8a15fa41d2a56df3fb26de046a401bf43a876b79
    Reviewed-on: https://code.wireshark.org/review/37298
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  fa60a8c   packet-kerberos: provide details about missing keys
     add  d89565e   packet-kerberos: avoid guessing the authenticator key usage


Summary of changes:
 .../asn1/kerberos/packet-kerberos-template.c         | 14 +++++++++++---
 epan/dissectors/packet-kerberos.c                    | 20 ++++++++++++++------
 2 files changed, 25 insertions(+), 9 deletions(-)