summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-atm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - (void)printf() -> printf(); the cast adds clutter for little value.procter2020-01-241-2/+2
* Remove #ifdef INET6kn2018-10-221-3/+1
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* better length handling. Fixes a crash found with the afl fuzzer.jsg2014-11-201-1/+6
* No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.mpi2014-08-141-2/+1
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* trash $Header goo which is just annoying; 5595deraadt2007-10-071-2/+2
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-4/+2
* Add $OpenBSD$. (jakob@ ok)ho2000-10-031-1/+3
* INET6jakob2000-04-261-2/+7
* bring more inline with tcpdump 3.4brad1999-09-161-3/+3
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-2/+2
* *** empty log message ***bitblt1996-12-121-9/+7
* it is 3.2 now.mickey1996-07-131-0/+150