Wireshark-commits: [Wireshark-commits] master-2.6 4e3c7ae: UAT: HEX Values should be allowed the fu

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 19 Oct 2018 22:52:31 +0000
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(-)