summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-cdp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CDP's Native-VLAN-ID does not need a substraction.martijn2019-09-111-5/+6
| | | | | | While here add a link to the documentation. OK sthen@
* support printing cdp over gre and pppdlg2019-04-051-6/+3
| | | | ok deraadt@ mpi@ sthen@
* Properly check for the end of captured packet while printing CDP packets.canacar2016-03-291-9/+37
| | | | ok deraadt@
* 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)
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-6/+1
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* trash $Header goo which is just annoying; 5595deraadt2007-10-071-2/+2
|
* make it print in normal way w/o billion new linesmickey2001-05-301-88/+84
|
* add support for printing cdp (Cisco Discovery Protocol), from tcpdump.orgjakob2001-04-081-0/+185