summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-sunrpc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove remaining instances of the register keyword.mmcc2015-11-161-5/+4
| | | | ok deraadt@
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
| | | | | | | | | 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)
* No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.mpi2014-08-141-2/+1
|
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-6/+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
|
* privilege separated tcpdump, joint work with otto@canacar2004-01-281-6/+6
| | | | | tested by avsm@ vincent@ dhartmei@ markus@ hshoexer@ and others go for it deraadt@
* If you go through the trouble of caching the name of the last printedotto2004-01-201-2/+3
| | | | rpc num, you might as well use it later too. ok canacar@
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-4/+2
|
* simplify buffer handling; ok hoderaadt2001-11-071-7/+5
|
* a bit of snprintf cleaningderaadt2001-11-061-3/+3
|
* tcpdump incorrectly print port numbers when parsing NFS (PR#1540)jakob2000-12-051-15/+3
| | | | fix submitted by Grigoriy Orlov <gluk@ptci.ru>
* Add $OpenBSD$. (jakob@ ok)ho2000-10-031-1/+3
|
* - Merge some changes from tcpdump 3.4jakob1999-07-281-2/+2
| | | | | | | | | | | | | | | -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@
* buf oflowderaadt1998-07-141-3/+5
|
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-2/+2
|
* *** empty log message ***bitblt1996-12-121-7/+4
|
* it is 3.2 now.mickey1996-07-131-36/+56
|
* 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/+114