summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-iapp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.mpi2014-08-141-2/+1
|
* add whitespacereyk2006-03-101-2/+2
|
* Update my e-mail address in the copyright statement, no binary changes.reyk2005-12-181-2/+2
|
* add printer for IAPP and hostapd(8) messagesreyk2005-11-221-0/+107
ok canacar@, tested by aanriot@ and others