From 7fbbeb1f0db7718fbfedea4e50f69a54d1bfda70 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 7 Dec 2015 18:44:44 +0100 Subject: proto: remove priority field definition from IPv6 header This is actually part of the traffic class field according to RFC2460. Signed-off-by: Pablo Neira Ayuso --- src/proto.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/proto.c') diff --git a/src/proto.c b/src/proto.c index 9e972a36..fb774b16 100644 --- a/src/proto.c +++ b/src/proto.c @@ -642,7 +642,6 @@ const struct proto_desc proto_ip6 = { }, .templates = { [IP6HDR_VERSION] = HDR_BITFIELD("version", &integer_type, 0, 4), - [IP6HDR_PRIORITY] = HDR_BITFIELD("priority", &integer_type, 4, 4), [IP6HDR_FLOWLABEL] = HDR_BITFIELD("flowlabel", &integer_type, 12, 20), [IP6HDR_LENGTH] = IP6HDR_FIELD("length", payload_len), [IP6HDR_NEXTHDR] = INET_PROTOCOL("nexthdr", struct ipv6hdr, nexthdr), -- cgit v1.2.3