summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-frag6.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - (void)printf() -> printf(); the cast adds clutter for little value.procter2020-01-241-3/+3
* Remove #ifdef INET6kn2018-10-221-4/+1
* Remove remaining instances of the register keyword.mmcc2015-11-161-5/+5
* 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
* Let tcpdump use the same format for printing IPv6 fragments as forbluhm2011-09-221-15/+8
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-6/+1
* fix potential crash when using -v. ok canacar@moritz2006-05-271-1/+2
* it is meaningless to try decoding non-first fragment.itojun2004-06-221-3/+1
* INET6jakob2000-04-261-0/+102