summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-bootp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - (void)printf() -> printf(); the cast adds clutter for little value.procter2020-01-241-7/+7
* Rework UDP parsing, particularly around IP addresses.dlg2018-07-061-4/+4
* assign pointers to NULL rather than 0mmcc2015-12-221-2/+2
* Remove memory.h includes.mmcc2015-11-181-2/+1
* Remove more register keywords.mmcc2015-11-151-12/+12
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* If a constant string needs a name, use a static const array instead of aguenther2013-10-271-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-6/+1
* trash $Header goo which is just annoying; 5595deraadt2007-10-071-2/+2
* c should be u_char for printing option numbers. fix parameter requeststevesk2007-01-081-3/+3
* Fix size checks for bootp packets. Problem found and initial patchcanacar2006-05-211-5/+5
* fix byteorder for "s" and "l" formats; ok henning@ krw@stevesk2005-11-171-4/+4
* 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/+128
* bring more inline with tcpdump 3.4brad1999-09-161-2/+2
* - Merge some changes from tcpdump 3.4jakob1999-07-281-1/+4
* length check bp_file; cgdderaadt1998-07-081-2/+2
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-2/+2
* *** empty log message ***bitblt1996-12-121-46/+30
* it is 3.2 now.mickey1996-07-131-19/+23
* sync to latestderaadt1996-06-101-1/+1
* Updating to the latest LBL release.mickey1996-03-041-0/+1
* initial import of NetBSD treederaadt1995-10-181-0/+359