IPv6: Fix typo for Fragment nxt (Next Header)

Change-Id: Id7d6cd4a4c09238890394d5dc887ec840dc2d2af
Reviewed-on: https://code.wireshark.org/review/4633
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2014-10-13 09:50:46 +02:00 committed by Michael Mann
parent 313c4005f9
commit 71ae57e38d
1 changed files with 1 additions and 1 deletions

View File

@ -2568,7 +2568,7 @@ proto_register_ipv6(void)
"Routing Header Address", HFILL }},
{ &hf_ipv6_frag_nxt,
{ "Next header", "ipv6.fragment.nxt",
FT_UINT16, BASE_DEC | BASE_EXT_STRING, &ipproto_val_ext, 0x0,
FT_UINT8, BASE_DEC | BASE_EXT_STRING, &ipproto_val_ext, 0x0,
"Fragment next header", HFILL }},
{ &hf_ipv6_frag_reserved,
{ "Reserved octet", "ipv6.fragment.reserved_octet",