summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-ip6opts.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - (void)printf() -> printf(); the cast adds clutter for little value.procter2020-01-241-3/+3
* Remove #ifdef INET6kn2018-10-221-3/+1
* Remove remaining instances of the register keyword.mmcc2015-11-161-5/+5
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).itojun2006-12-091-2/+2
* Fix bounds check for printing of ip6 options. Similar fix in tcpdumpotto2004-04-071-3/+3
* INET6jakob2000-04-261-0/+155