summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/addrtoname.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove memory.h includes.mmcc2015-11-181-4/+1
| | | | ok deraadt@
* Remove register keyword uses. Still needs to be done in all othermmcc2015-11-011-46/+46
| | | | | | tcpdump source files. ok kettenis@
* since stdlib.h is in scope, don't cast.... you know the drill.deraadt2015-08-211-10/+10
| | | | no sneakiness detected by krw
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-6/+6
| | | | | | | | | 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)
* obvious malloc() -> reallocarray() oflow check; ok dougderaadt2014-10-081-2/+2
|
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+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
|
* Print leading zeros in MAC addresses. Initial diff from Stanislavray2007-06-211-17/+6
| | | | | | Kruchinin, idea to use ether_ntoa from Claudio Jeker. OK canacar, idea OK henning, jasper, and tedu.
* 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
| | | | | reported by mcbride@ ok otto@ mcbride@
* Some more non-alignment problems resolved.otto2004-02-041-3/+4
| | | | ok deraadt@
* Do away with non-aligned memory accesses.otto2004-02-021-6/+3
| | | | ok deraadt@ hshoexer@
* general cleanup and better SIGCHLD handling from millert@otto2004-01-311-5/+5
| | | | ok canacar@
* privilege separated tcpdump, joint work with otto@canacar2004-01-281-21/+55
| | | | | tested by avsm@ vincent@ dhartmei@ markus@ hshoexer@ and others go for it deraadt@
* 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
| | | | | | DHCP/BOOTP tcp & udp checksum detection numerous bugfixes
* 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
| | | | | | | | | | | | | | | -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@
* #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
| | | | Sun's SKIP support added.
* initial import of NetBSD treederaadt1995-10-181-0/+724