Wireshark-commits: [Wireshark-commits] master a9634ab: packet-kerberos: add dissection of PAC_DEVIC

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 21 May 2020 16:57:20 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a9634ab5a0b8d25e67a32e1cff8d0da8e3e2481c
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

a9634ab by Stefan Metzmacher (metze@xxxxxxxxx):

    packet-kerberos: add dissection of PAC_DEVICE_INFO
    
    Change-Id: I81a3d76e445fa59580f0e95e451092dc526f017d
    Signed-off-by: Stefan Metzmacher <metze@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/37268
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  36ca304   dumpcap: Initialize a couple of variables.
     add  a9634ab   packet-kerberos: add dissection of PAC_DEVICE_INFO


Summary of changes:
 .../asn1/kerberos/packet-kerberos-template.c       |  38 ++++-
 epan/dissectors/packet-dcerpc-netlogon.c           | 190 +++++++++++++++++++--
 epan/dissectors/packet-dcerpc-netlogon.h           |   6 +
 epan/dissectors/packet-kerberos.c                  |  48 +++++-
 4 files changed, 258 insertions(+), 24 deletions(-)