amqp: wrong bitmask for amqp.method.arguments.multiple

Bug: 16338
Change-Id: I3bfbfce8ba0a3e04799d6af32d7ec7829fc60f4f
Reviewed-on: https://code.wireshark.org/review/35846
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2020-01-17 03:35:08 +00:00 committed by Anders Broman
parent 5ffeabc8ce
commit 7403f28f4d
1 changed files with 1 additions and 1 deletions

View File

@ -12805,7 +12805,7 @@ proto_register_amqp(void)
NULL, HFILL}},
{&hf_amqp_method_basic_nack_multiple, {
"Multiple", "amqp.method.arguments.multiple",
FT_BOOLEAN, 8, NULL, 0x01,
FT_BOOLEAN, 8, NULL, 0x02,
NULL, HFILL}},
{&hf_amqp_method_basic_nack_requeue, {
"Requeue", "amqp.method.arguments.requeue",