aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nano.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2020-07-08 21:58:55 +0200
committerGuy Harris <gharris@sonic.net>2020-07-08 20:58:49 +0000
commit5b0adea0b30c713bdb4cc4c64f9a914954d0baa3 (patch)
tree2a6ae3f84247008f16f08aa06607680b2e517b95 /epan/dissectors/packet-nano.c
parentc9a5557c7601a5d2222bb637202d8ec92f0a30d1 (diff)
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>
Diffstat (limited to 'epan/dissectors/packet-nano.c')
-rw-r--r--epan/dissectors/packet-nano.c2
1 files changed, 1 insertions, 1 deletions
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 }
},