Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Problems with bitmasks and 64 bit values

From: Thomas Wiens <th.wiens@xxxxxx>
Date: Sun, 30 Oct 2016 23:02:58 +0100
On 30.10.2016 22:54, Guy Harris wrote:

> But you said it was a 64-bit unsigned integer:
> 
>  { "Error code", "s7comm-plus.returnvalue.errorcode", FT_UINT64, BASE_HEX, NULL, 0x000000000000ffff,
>    NULL, HFILL }},
> 
> Try saying it's a 16-bit signed integer - FT_INT16 - instead.

Does not work, then also getting a DISSECTOR_ASSERT_NOT_REACHED, this
time from proto_tree_add_uint()

-- 
Thomas