IPv6 fragment header's reserved octet is 8 bits

Change-Id: I14d8245ee5ca51d15c7b6eda3d5993a805680530
Reviewed-on: https://code.wireshark.org/review/13287
Reviewed-by: João Valverde <j@v6e.pt>
This commit is contained in:
Kevin Bracey 2016-01-14 13:40:23 +02:00 committed by João Valverde
parent a3414e2420
commit 6e90ca04ac
1 changed files with 1 additions and 1 deletions

View File

@ -3102,7 +3102,7 @@ proto_register_ipv6(void)
},
{ &hf_ipv6_fraghdr_reserved_octet,
{ "Reserved octet", "ipv6.fraghdr.reserved_octet",
FT_UINT16, BASE_HEX, NULL, 0x0,
FT_UINT8, BASE_HEX, NULL, 0x0,
"Should always be 0", HFILL }
},
{ &hf_ipv6_fraghdr_offset,