Wireshark-commits: [Wireshark-commits] master 8f00b70: packet-kerberos: dissect names of new PAC_*

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 18 Mar 2020 18:30:45 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8f00b7011fb0a1508fb5550633a8c10cec0b5409
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

8f00b70 by Stefan Metzmacher (metze@xxxxxxxxx):

    packet-kerberos: dissect names of new PAC_* types
    
    For now we don't dissect the details, but it's already useful,
    if they are not unknown elements.
    
    Change-Id: I38b521262b688ba0afbbb9c58b99c3b50dbd2b24
    Signed-off-by: Stefan Metzmacher <metze@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/36467
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  fa75848   packet-kerberos: Encrypted{AuthorizationData,Authenticator} are not the same
     add  8f00b70   packet-kerberos: dissect names of new PAC_* types


Summary of changes:
 .../asn1/kerberos/packet-kerberos-template.c       | 63 ++++++++++++++++--
 epan/dissectors/packet-kerberos.c                  | 75 ++++++++++++++++++----
 2 files changed, 120 insertions(+), 18 deletions(-)