Nano: Fix field abbrev

Found by conflict check

Change-Id: Ifdb0a2e5debab8ce8ed13127ea986d15a45e700b
Reviewed-on: https://code.wireshark.org/review/37792
Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <gharris@sonic.net>
This commit is contained in:
Jaap Keuter 2020-07-08 21:58:55 +02:00 committed by Guy Harris
parent c9a5557c76
commit 5b0adea0b3
1 changed files with 1 additions and 1 deletions

View File

@ -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 }
},