summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-lldp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ether_ntoa -> etheraddr_string, like elsewhere in tcpdumpjca2016-11-281-5/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* 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
* 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
* it doesn't need full words, shorter outputreyk2006-03-281-10/+10
* Add a simple printer for IEEE 802.1AB LLDP, the Link Layer Discoveryreyk2006-03-281-0/+287