summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-sl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove #ifdef INET6kn2018-10-221-3/+1
| | | | | | | | | | | | There's not reason to build without IPv6 support, `-U INET6' builds were broken anyway. Fix an empty redefine for IPPROTO_IPV6 in print-ip.c while here. No object change on amd64 and sparc64 with clang, gcc compiles differently but behaviour stays the same. OK denis deraadt
* Kill <net/slip.h>.mpi2017-10-301-35/+14
| | | | | | | The ioctl(2) it defines is not supported since a long time and most of its defines are already present in tcpdump(8). ok jca@
* Remove remaining instances of the register keyword.mmcc2015-11-161-16/+15
| | | | ok deraadt@
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+2
| | | | | | | | | 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)
* sanity check the length of the packet in the pcap headerjsg2014-11-201-2/+2
| | | | | | fixes a crash found by the afl fuzzer ok djm@ miod@
* No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.mpi2014-08-141-2/+1
|
* no need for timeb.hderaadt2013-12-031-2/+1
|
* 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
* 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
|
* fix build on alpha with -Werror; David Leonard <david.leonard@csee.uq.edu.au>jakob2000-10-131-3/+3
|
* Add $OpenBSD$. (jakob@ ok)ho2000-10-031-1/+3
|
* INET6jakob2000-04-261-6/+13
| | | | | | DHCP/BOOTP tcp & udp checksum detection numerous bugfixes
* bring more inline with tcpdump 3.4brad1999-09-161-2/+52
|
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-2/+2
|
* *** empty log message ***bitblt1996-12-121-19/+17
|
* ifdef CSLIPderaadt1996-08-181-2/+2
|
* it is 3.2 now.mickey1996-07-131-15/+26
|
* sync to latestderaadt1996-06-101-5/+5
|
* Updating to the latest LBL release.mickey1996-03-041-2/+5
| | | | Sun's SKIP support added.
* initial import of NetBSD treederaadt1995-10-181-0/+245