summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-l2tp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* strings.h -> string.h so that memcpy is declared. ok deraadtmmcc2015-12-051-2/+2
|
* 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)
* extract 8 octets (as per RFC 2661) rather than a long; with jsing@naddy2011-09-181-2/+2
|
* Be more careful when looking at l2tp traffic. Do more length checks andclaudio2011-07-251-25/+51
| | | | | make sure that no unaligned access to uint16_t values happen. Tested and feedback by yasuoka@
* 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
* don't cast lvalue, no binary change.jsg2009-07-121-3/+3
|
* trash $Header goo which is just annoying; 5595deraadt2007-10-071-2/+2
|
* Fix unbounded recursion and an unsigned/signed mixup. Resolves PR 3610.otto2003-12-221-6/+8
| | | | ok deraadt@ millert@
* L2TP support (from KAME)jakob2000-01-161-0/+712