IPv6: Mark ENDI option as deprecated (ignore)

In accordance with the IANA registry. This option was never used.

Change-Id: I2fc16579b084a0d537f16b9104b025d97a0afd8d
Reviewed-on: https://code.wireshark.org/review/16552
Reviewed-by: João Valverde <j@v6e.pt>
This commit is contained in:
João Valverde 2016-07-20 03:40:28 +01:00 committed by João Valverde
parent 60e882c724
commit 91ceccb19e
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ void proto_reg_handoff_ipv6(void);
#define IP6OPT_RPL 0x63 /* 01 1 00011 = 99 */
#define IP6OPT_MPL 0x6D /* 01 1 01101 = 109 */
#define IP6OPT_EXP_7E 0x7E /* 01 1 11110 = 126 */
#define IP6OPT_ENDI 0x8A /* 10 0 01010 = 138 */
#define IP6OPT_ENDI 0x8A /* 10 0 01010 = 138 */ /* DEPRECATED */
#define IP6OPT_ILNP_NONCE 0x8B /* 10 0 01011 = 139 */
#define IP6OPT_LIO 0x8C /* 10 0 01100 = 140 */
#define IP6OPT_EXP_9E 0x9E /* 10 0 11110 = 158 */
@ -514,7 +514,7 @@ static const value_string ipv6_opt_vals[] = {
{ IP6OPT_RPL, "RPL Option" },
{ IP6OPT_MPL, "MPL Option" },
{ IP6OPT_EXP_7E, "Experimental (0x7E)" },
{ IP6OPT_ENDI, "Endpoint Identification" },
/* { IP6OPT_ENDI, "Endpoint Identification" }, */ /* (DEPRECATED) */
{ IP6OPT_ILNP_NONCE, "ILNP Nonce" },
{ IP6OPT_LIO, "Line-Identification Option" },
{ IP6OPT_EXP_9E, "Experimental (0x9E)" },