From c6dcf7457dc890fc9692346ee6fed056aa72c957 Mon Sep 17 00:00:00 2001 From: SaintBol <32470511+SaintBol@users.noreply.github.com> Date: Wed, 21 Mar 2018 00:55:45 +0100 Subject: [PATCH] Update protocols.h RFC 5462 - MPLS EXP Field renamed to TC Field (Traffic Class) --- packet/protocols.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packet/protocols.h b/packet/protocols.h index b37569b..89d0a96 100644 --- a/packet/protocols.h +++ b/packet/protocols.h @@ -78,7 +78,7 @@ struct ICMPExtensionObject { /* An MPLS label included in an ICMP extension */ /* See RFC 4950 */ struct ICMPExtMPLSLabel { - uint8_t label[3]; // Low 4 bits are Experimental Use, Stack + uint8_t label[3]; // Low 4 bits are Traffic Class Use, Stack uint8_t ttl; }; -- 2.47.2