summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-lldp.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
|
* fix read-one-beyond-of-array errors; ok sthen jsgderaadt2009-11-121-2/+2
|
* Fix alignment issues on sparc64. Fixes pr 5608.moritz2007-10-261-5/+6
| | | | ok canacar@
* correct order of include filesderaadt2006-08-201-2/+2
|
* better way to print the management address, add support for ipv6 addresses.reyk2006-03-281-2/+21
| | | | ok deraadt@
* it doesn't need full words, shorter outputreyk2006-03-281-10/+10
| | | | suggested by deraadt@
* Add a simple printer for IEEE 802.1AB LLDP, the Link Layer Discoveryreyk2006-03-281-0/+287
Protocol. LLDP is used by some switch vendors as a replacement for the non-free Cizzco Discovery Protocol (CDP) due to some Cisco patentry... ok brad@