summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - (void)printf() -> printf(); the cast adds clutter for little value.procter2020-01-241-8/+8
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* fix microsecond output of timestamp deltas (-tttt)procter2019-01-261-17/+15
* Remove remaining instances of the register keyword.mmcc2015-11-161-12/+10
* lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */guenther2015-09-271-3/+1
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-6/+1
* Merge printb() fix from ifconfig.c -r 1.157:mpf2008-09-191-3/+4
* trash $Header goo which is just annoying; 5595deraadt2007-10-071-2/+2
* add -I option for printing the interfaces;markus2007-08-281-2/+4
* Remove remaining stuff from state QUIT, adjust some commentsmoritz2006-04-221-2/+3
* Simplify error() and warning() a bit. From Alexey Dobriyan.moritz2006-03-131-12/+4
* add a printer for 802.11 and for additional radiotap headers,reyk2005-03-071-2/+34
* add -ttttt (timestamp difference since the first packet); ok thierrymarkus2004-07-281-4/+6
* -tttt prints time between packets; ok deraadtmarkus2004-06-231-2/+11
* privilege separated tcpdump, joint work with otto@canacar2004-01-281-34/+41
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-26/+2
* a bit of snprintf cleaningderaadt2001-11-061-3/+3
* change timeval to bpf_timeval; 32 bit in size, permitting much greater portabilityderaadt2001-10-021-3/+3
* print day and month using -ttt flag; <canacar@eee.metu.edu.tr>jakob2001-09-031-8/+21
* add relts_print, safeputs and safeputcharjakob2001-03-051-2/+50
* some buffer care; jakobderaadt2000-10-311-3/+3
* Add $OpenBSD$. (jakob@ ok)ho2000-10-031-1/+3
* bring more inline with tcpdump 3.4brad1999-09-161-2/+2
* - Merge some changes from tcpdump 3.4jakob1999-07-281-58/+1
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-6/+6
* *** empty log message ***bitblt1996-12-121-59/+46
* it is 3.2 now.mickey1996-07-131-77/+75
* sync to latestderaadt1996-06-101-8/+8
* Updating to the latest LBL release.mickey1996-03-041-6/+13
* initial import of NetBSD treederaadt1995-10-181-0/+337