summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-ip6opts.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove remaining instances of the register keyword.mmcc2015-11-161-5/+5
| | | | ok deraadt@
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
| | | | | | | | | possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol)
* switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).itojun2006-12-091-2/+2
| | | | | | | | | | the kernel still handles RFC2292 set/getsockopts, so that compiled binary has no trouble running. userland sees RFC3542 symbols only on header file so new code has to use RFC3542 API. bump libc shlib minor for function additions. tested on i386/amd64 by jmc, i386 by brad. checked by deraadt.
* Fix bounds check for printing of ip6 options. Similar fix in tcpdumpotto2004-04-071-3/+3
| | | | | 3.8.1. From Greg Taleck <taleck at oz dot net>, with twist from me to keep diffablility.
* INET6jakob2000-04-261-0/+155
DHCP/BOOTP tcp & udp checksum detection numerous bugfixes