summaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/addrtoname.c
AgeCommit message (Collapse)Author
2015-11-18Remove memory.h includes.mmcc
ok deraadt@
2015-11-01Remove register keyword uses. Still needs to be done in all othermmcc
tcpdump source files. ok kettenis@
2015-08-21since stdlib.h is in scope, don't cast.... you know the drill.Theo de Raadt
no sneakiness detected by krw
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
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)
2014-10-08obvious malloc() -> reallocarray() oflow check; ok dougTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
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
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
Kruchinin, idea to use ether_ntoa from Claudio Jeker. OK canacar, idea OK henning, jasper, and tedu.
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
reported by mcbride@ ok otto@ mcbride@
2004-02-04Some more non-alignment problems resolved.Otto Moerbeek
ok deraadt@
2004-02-02Do away with non-aligned memory accesses.Otto Moerbeek
ok deraadt@ hshoexer@
2004-01-31general cleanup and better SIGCHLD handling from millert@Otto Moerbeek
ok canacar@
2004-01-28privilege separated tcpdump, joint work with otto@Can Erkin Acar
tested by avsm@ vincent@ dhartmei@ markus@ hshoexer@ and others go for it deraadt@
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
DHCP/BOOTP tcp & udp checksum detection numerous bugfixes
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
-a flag; attempt to convert network and broadcast addresses to names Improved signal handling Miscellaneous fixes and typos OSPF MD5 authentication support - -X flag; emacs-hexl print (including ascii) - Add ECN bits to TCP and IP headers - IKE & IPsec (ESP & AH) support OK deraadt@
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
Sun's SKIP support added.
1995-10-18initial import of NetBSD treeTheo de Raadt