summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-dhcp6.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* rewrite dhcpv6 parsing so it follows the rfc, not an incompat draft.dlg2019-12-021-273/+153
* Remove #ifdef INET6kn2018-10-221-5/+1
* Remove memory.h includes.mmcc2015-11-181-4/+1
* Remove remaining instances of the register keyword.mmcc2015-11-161-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-6/+1
* trash $Header goo which is just annoying; 5595deraadt2007-10-071-2/+2
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-4/+2
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-5/+5
* simplify buffer handling; ok hoderaadt2001-11-071-3/+3
* build without INET6; <goeran@cdg.chalmers.se>jakob2000-05-051-2/+6
* INET6jakob2000-04-261-0/+340