Wireshark-commits: [Wireshark-commits] master a29d697: kerberos: fix duplicate entry

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 25 Feb 2018 21:14:47 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a29d697a25bca1e0ce6109f705f43db05e4d6f97
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a29d697 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    kerberos: fix duplicate entry
    
    Field 'padata-type' (kerberos.padata_type) has a conflicting entry in its value_string: 1 is at indices 1 (kRB5-PADATA-TGS-REQ) and 2 (kRB5-PADATA-AP-REQ))
    
    Field 'padata-type' (kerberos.padata_type) has a conflicting entry in its value_string: 132 is at indices 40 (kRB5-PADATA-AS-CHECKSUM) and 41 (kRB5-PADATA-PK-AS-09-BINDING))
    
    Change-Id: I1069dec9cb59f753f2a9a2c4fd901f836f689a87
    Reviewed-on: https://code.wireshark.org/review/26101
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  a35592e   proto(.c): remove extra bracket
    adds  a29d697   kerberos: fix duplicate entry


Summary of changes:
 epan/dissectors/asn1/kerberos/k5.asn | 4 ++--
 epan/dissectors/packet-kerberos.c    | 2 --
 2 files changed, 2 insertions(+), 4 deletions(-)