From 5b0adea0b30c713bdb4cc4c64f9a914954d0baa3 Mon Sep 17 00:00:00 2001 From: Jaap Keuter Date: Wed, 8 Jul 2020 21:58:55 +0200 Subject: [PATCH] Nano: Fix field abbrev Found by conflict check Change-Id: Ifdb0a2e5debab8ce8ed13127ea986d15a45e700b Reviewed-on: https://code.wireshark.org/review/37792 Reviewed-by: Jaap Keuter Petri-Dish: Jaap Keuter Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris --- epan/dissectors/packet-nano.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-nano.c b/epan/dissectors/packet-nano.c index 60cf43a1a9..b0cbbacd66 100644 --- a/epan/dissectors/packet-nano.c +++ b/epan/dissectors/packet-nano.c @@ -997,7 +997,7 @@ void proto_register_nano(void) NULL, HFILL } }, { &hf_nano_bulk_pull_blocks_mode, - { "Mode", "nano.bulk_pull_blocks.max_hash", + { "Mode", "nano.bulk_pull_blocks.mode", FT_UINT8, BASE_DEC_HEX, VALS(nano_bulk_pull_blocks_mode_strings), 0x00, NULL, HFILL } },