Wireshark-dev: Re: [Wireshark-dev] Not possible to set UAT values unsigned 32
From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 20 Aug 2018 11:34:30 -0700
On Aug 20, 2018, at 8:36 AM, Anders Broman <anders.broman@xxxxxxxxxxxx> wrote:

> In GTP
> UAT_FLD_HEX(uat_pdcp_keys_records, teid, "TEID", "Tunnel Endpoint Identifier"),
>  
> Does not allow to use the full 32 bits TEID, I think uat.[ch] needs to use strtoll (64bits) and to the size check accordingly.

Or use ws_hexstrtou32(), which does the checking for you.