From: SaintBol <32470511+SaintBol@users.noreply.github.com> Date: Tue, 20 Mar 2018 23:55:45 +0000 (+0100) Subject: Update protocols.h X-Git-Tag: v0.93~32^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F240%2Fhead;p=thirdparty%2Fmtr.git Update protocols.h RFC 5462 - MPLS EXP Field renamed to TC Field (Traffic Class) --- 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; };