Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 4fab4f6: x509ce: fix display of IPAddress when it is

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 14 Apr 2018 05:42:41 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4fab4f678cd013c1b552be2cfd0b75425b4e17ee
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    x509ce: fix display of IPAddress when it is an IPv6 Address
    
    According to RFC 5280 (Section 4.2.1.6. Subject Alternative Name), an
    iPAddress can be either four (IPv4) or sixteen octets (IPv6).
    
    Bug: 14603
    Change-Id: I6894f78c8e3f2a1b10940379397c87bbf981d4d6
    Reviewed-on: https://code.wireshark.org/review/26891
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  75244c6   PDCP NR: add expert info for unknown / missing UDP framing tags
    adds  4fab4f6   x509ce: fix display of IPAddress when it is an IPv6 Address


Summary of changes:
 .../asn1/x509ce/packet-x509ce-template.c           | 12 ++++---
 epan/dissectors/asn1/x509ce/x509ce.cnf             | 12 +++++--
 epan/dissectors/packet-x509ce.c                    | 40 ++++++++++++++--------
 3 files changed, 44 insertions(+), 20 deletions(-)