summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/addrtoname.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove memory.h includes.mmcc2015-11-181-4/+1
* Remove register keyword uses. Still needs to be done in all othermmcc2015-11-011-46/+46
* since stdlib.h is in scope, don't cast.... you know the drill.deraadt2015-08-211-10/+10
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-6/+6
* obvious malloc() -> reallocarray() oflow check; ok dougderaadt2014-10-081-2/+2
* 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
* Print leading zeros in MAC addresses. Initial diff from Stanislavray2007-06-211-17/+6
* check return value of calloc(3)'; From Alexey Dobriyan; ok deraadt@otto2006-02-261-2/+4
* Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELENmillert2006-01-231-3/+3
* fix signal race in statistics output. ok cloder@ henning@moritz2005-05-221-3/+2
* permit protocol name longer than 3 letters. canacar okitojun2004-12-131-3/+3
* Print protocol and service numbers correctly when -n switch is specified.canacar2004-02-131-4/+6
* Some more non-alignment problems resolved.otto2004-02-041-3/+4
* Do away with non-aligned memory accesses.otto2004-02-021-6/+3
* general cleanup and better SIGCHLD handling from millert@otto2004-01-311-5/+5
* privilege separated tcpdump, joint work with otto@canacar2004-01-281-21/+55
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-4/+2
* Don't try to avoid name lookup waits with setjmp/signal. By deraadt@, me.ho2001-11-031-55/+28
* fix one more s/sprintf/snprintf/; jeremy@hack.org.iljakob2000-11-231-3/+3
* some buffer care; jakobderaadt2000-10-311-4/+4
* Add $OpenBSD$. (jakob@ ok)ho2000-10-031-1/+3
* re-apply this fix for big endian systems, this was lost in rev 1.12brad2000-09-241-3/+3
* be more careful with strcpy/sprintf. From tcpdump.org. millert@ okericj2000-04-301-8/+2
* INET6jakob2000-04-261-8/+82
* fix include file path.itojun2000-02-071-2/+2
* INET6 address resolution (from KAME)jakob2000-01-161-1/+106
* big endian fixes; ryker, jd@noc7.uchsc.eduderaadt1999-10-061-3/+3
* bring more inline with tcpdump 3.4brad1999-09-161-2/+2
* - Merge some changes from tcpdump 3.4jakob1999-07-281-11/+16
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-2/+2
* *** empty log message ***bitblt1996-12-121-17/+15
* it is 3.2 now.mickey1996-07-131-84/+117
* 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/+724