summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/addrtoname.c
AgeCommit message (Expand)Author
2016-12-14Sync extern decl of eproto_db with what's in libpcap.Jeremie Courreges-Anglas
2015-11-18Remove memory.h includes.mmcc
2015-11-01Remove register keyword uses. Still needs to be done in all othermmcc
2015-08-21since stdlib.h is in scope, don't cast.... you know the drill.Theo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-10-08obvious malloc() -> reallocarray() oflow check; ok dougTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2007-10-07trash $Header goo which is just annoying; 5595Theo de Raadt
2007-06-21Print leading zeros in MAC addresses. Initial diff from StanislavRay Lai
2006-02-26check return value of calloc(3)'; From Alexey Dobriyan; ok deraadt@Otto Moerbeek
2006-01-23Include <sys/param.h> instead of <sys/types.h> so we get MAXHOSTNAMELENTodd C. Miller
2005-05-22fix signal race in statistics output. ok cloder@ henning@Moritz Jodeit
2004-12-13permit protocol name longer than 3 letters. canacar okJun-ichiro itojun Hagino
2004-02-13Print protocol and service numbers correctly when -n switch is specified.Can Erkin Acar
2004-02-04Some more non-alignment problems resolved.Otto Moerbeek
2004-02-02Do away with non-aligned memory accesses.Otto Moerbeek
2004-01-31general cleanup and better SIGCHLD handling from millert@Otto Moerbeek
2004-01-28privilege separated tcpdump, joint work with otto@Can Erkin Acar
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2001-11-03Don't try to avoid name lookup waits with setjmp/signal. By deraadt@, me.Hakan Olsson
2000-11-23fix one more s/sprintf/snprintf/; jeremy@hack.org.ilJakob Schlyter
2000-10-31some buffer care; jakobTheo de Raadt
2000-10-03Add $OpenBSD$. (jakob@ ok)Hakan Olsson
2000-09-24re-apply this fix for big endian systems, this was lost in rev 1.12Brad Smith
2000-04-30be more careful with strcpy/sprintf. From tcpdump.org. millert@ okEric Jackson
2000-04-26INET6Jakob Schlyter
2000-02-07fix include file path.Jun-ichiro itojun Hagino
2000-01-16INET6 address resolution (from KAME)Jakob Schlyter
1999-10-06big endian fixes; ryker, jd@noc7.uchsc.eduTheo de Raadt
1999-09-16bring more inline with tcpdump 3.4Brad Smith
1999-07-28- Merge some changes from tcpdump 3.4Jakob Schlyter
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1996-12-12*** empty log message ***bitblt
1996-07-13it is 3.2 now.Michael Shalayeff
1996-06-10sync to latestTheo de Raadt
1996-03-04Updating to the latest LBL release.Michael Shalayeff
1995-10-18initial import of NetBSD treeTheo de Raadt