Wireshark-commits: [Wireshark-commits] master f4b0b21: Fixes ASN.1 generation for VALS using 64 bit

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 30 Dec 2018 07:43:57 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f4b0b21092e6939d0ae7f2565e99ca5744acb894
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

f4b0b21 by Christophe GUERBER (christophe.guerber@xxxxxxxxx):

    Fixes ASN.1 generation for VALS using 64 bits
    
    VALS generation did not take into account the constraints on integers.
    We now generate VALS if no constraints are present and VALS64 if the
    interger needs 64 bits.
    
    Change-Id: Ia044ee1ba1bd5b45554c19a458876e20110b1b7f
    Reviewed-on: https://code.wireshark.org/review/31252
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  aaf709d   Use cmdarg_err() to report errors in CLI taps.
     add  f4b0b21   Fixes ASN.1 generation for VALS using 64 bits


Summary of changes:
 tools/asn2wrs.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)