Re: tcpdump: IPv6 flow labels: remove obsolete/dead code

2018-09-29 Thread Denis Fondras
On Sat, Sep 29, 2018 at 05:36:06PM +0200, Klemens Nanni wrote: > Flow labels used to be 24-bit back in 1995 until the IPv6 header format > changed in 1998 in which the field siz was reduced to 20-bit. > > https://tools.ietf.org/html/rfc1883#section-6 > https://tools.ietf.org/html/rfc2460#section-6

tcpdump: IPv6 flow labels: remove obsolete/dead code

2018-09-29 Thread Klemens Nanni
Flow labels used to be 24-bit back in 1995 until the IPv6 header format changed in 1998 in which the field siz was reduced to 20-bit. https://tools.ietf.org/html/rfc1883#section-6 https://tools.ietf.org/html/rfc2460#section-6 There since import at 26.10.2000. OK? Index: print-ip6.c =