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(-)