URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4e3c7ae54437afe37961872ecd7e10a93295d5ef
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark
Commits:
4e3c7ae by Anders (anders.broman@xxxxxxxxxxxx):
UAT: HEX Values should be allowed the full uint32 range e.g allow 0xffffffff
Change-Id: I13ec13646271bd9de543d02de5c7cbc0d6d02019
Reviewed-on: https://code.wireshark.org/review/29219
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
(cherry picked from commit c57a52f68cfbb5ef7665fab2f065a5c7c7b7d057)
Reviewed-on: https://code.wireshark.org/review/30270
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from aab39d1 Use ws_basetostru32(), rather than strtoul(), when parsing ranges.
add 4e3c7ae UAT: HEX Values should be allowed the full uint32 range e.g allow 0xffffffff
Summary of changes:
epan/uat.c | 18 +++++++++++++++++-
epan/uat.h | 3 ++-
2 files changed, 19 insertions(+), 2 deletions(-)