PIM: Fix field abbrev

Found by conflict check

Change-Id: I4fa1ff6da2fb2823ab1f937042c05aada6eb1238
Reviewed-on: https://code.wireshark.org/review/37793
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 22:01:31 +02:00 committed by Guy Harris
parent fb37407d27
commit c9a5557c76
1 changed files with 1 additions and 1 deletions

View File

@ -2071,7 +2071,7 @@ proto_register_pim(void)
NULL, HFILL }
},
{ &hf_pim_source_ja_value,
{ "Value", "pim.source_ja.length",
{ "Value", "pim.source_ja.value",
FT_BYTES, BASE_NONE, NULL, 0x0,
NULL, HFILL }
},