ISAKMP: Correct typos in new GDOI fields

Change-Id: I29872cb116dfc66c93d59b51a44161e627d3cfec
Reviewed-on: https://code.wireshark.org/review/34363
Reviewed-by: Michael Mann <mmann78@netscape.net>
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Michael Mann 2019-08-26 02:49:35 -04:00 committed by Anders Broman
parent e55e059e9f
commit 18913341fa

View file

@ -7772,15 +7772,15 @@ proto_register_isakmp(void)
/* SA TEK Payload */
{ &hf_isakmp_sat_next_payload,
{ "Next Payload", "isakmp.sak.nextpayload",
{ "Next Payload", "isakmp.sat.nextpayload",
FT_UINT8, BASE_DEC, NULL, 0x0,
NULL, HFILL }},
{ &hf_isakmp_sat_reserved,
{ "Reserved", "isakmp.sak.reserved",
{ "Reserved", "isakmp.sat.reserved",
FT_UINT8, BASE_DEC, NULL, 0x0,
NULL, HFILL }},
{ &hf_isakmp_sat_payload_len ,
{ "Payload length", "isakmp.sak.payload_len",
{ "Payload length", "isakmp.sat.payload_len",
FT_UINT16, BASE_DEC, NULL, 0x0,
NULL, HFILL }},
{ &hf_isakmp_sat_protocol_id,