summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-cdp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* CDP's Native-VLAN-ID does not need a substraction.martijn2019-09-111-5/+6
* support printing cdp over gre and pppdlg2019-04-051-6/+3
* Properly check for the end of captured packet while printing CDP packets.canacar2016-03-291-9/+37
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-6/+1
* 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