AMQP: fix the bitmask of an item.

I think this is right, but bit order from spec is confusing to me.
This commit is contained in:
Martin Mathieson 2020-09-19 16:01:24 +01:00 committed by AndersBroman
parent f0e7a98e96
commit ae6bbff3d5
1 changed files with 1 additions and 1 deletions

View File

@ -11512,7 +11512,7 @@ proto_register_amqp(void)
"Fragment contains the start of the message", HFILL}},
{&hf_amqp_0_10_struct_fragment_properties_last, {
"Last", "amqp.message.fragment-properties.last",
FT_BOOLEAN, 8, TFS(&tfs_yes_no), 0x01,
FT_BOOLEAN, 8, TFS(&tfs_yes_no), 0x02,
"Fragment contains the end of the message", HFILL}},
{&hf_amqp_0_10_struct_fragment_properties_size, {
"Fragment-size", "amqp.message.fragment-properties.fragment-size",