summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-lwres.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove #ifdef INET6kn2018-10-221-2/+0
* Rework UDP parsing, particularly around IP addresses.dlg2018-07-061-1/+1
* Remove remaining instances of the register keyword.mmcc2015-11-161-1/+1
* since stdlib.h is in scope, don't cast.... you know the drill.deraadt2015-08-211-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-1/+0
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+0
* trash $Header goo which is just annoying; 5595deraadt2007-10-071-1/+1
* if (foo); ok aaron@djm2004-03-151-2/+2
* correct use of a pointer variable. sync with tcpdump.org.itojun2001-03-081-2/+2
* add lwres (BINDv9 resolver) printing. from tcpdump.org and modified by ho@jakob2001-03-061-0/+631