summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/print-etherip.c
AgeCommit message (Collapse)Author
2018-02-10print etherip on ipv6.David Gwynne
2017-03-08Fix etherip version parsing, ok dlg@Jeremie Courreges-Anglas
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
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)
2014-08-14No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.Martin Pieuchot
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
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
2007-10-07trash $Header goo which is just annoying; 5595Theo de Raadt
2006-06-01Pass the captured packet length in addition to the real packet lengthMoritz Jodeit
to etherip_print() and do all the bounds checking with it. Also add bounds checks to ether_print(). This fixes even more crashes. ok canacar@
2006-05-29ANSI and whitespace. No binary change.Moritz Jodeit
2003-06-03last bit of clause 3 & 4 nuking for me.Jason Wright
2001-02-05etherip printing code... handles draft (v2) and current (v3)Jason Wright