URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c007afa7c25a858e7024ece9707453c06d5edb75
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
c007afa by Christophe GUERBER (christophe.guerber@xxxxxxxxx):
asn2wrs.py: use BASE_VAL64_STRING and val64_string
When UINT64 contains value strings, in addition to using VALS64 to give
the list of names, the type of the structure has to be val64_string and
the display parameter has to be ORed with BASE_VAL64_STRING.
Change-Id: I0a619c91027df1eaae8209ada816f45b85d6431d
Reviewed-on: https://code.wireshark.org/review/31268
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from dcf6a57 CMake: clean up FindGNUTLS.cmake
add c007afa asn2wrs.py: use BASE_VAL64_STRING and val64_string
Summary of changes:
tools/asn2wrs.py | 29 ++++++++++++++++++++++++-----
1 file changed, 24 insertions(+), 5 deletions(-)