summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdump/print-nfs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - (void)printf() -> printf(); the cast adds clutter for little value.procter2020-01-241-8/+8
* Remove #ifdef INET6kn2018-10-221-18/+2
* Remove preprocessor conditions (checking for ancient OSs) that try tommcc2016-01-151-2/+2
* Remove remaining instances of the register keyword.mmcc2015-11-161-21/+19
* Fix a crash that occurs when printing the filename in a malformed NFSlteo2015-10-151-3/+5
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* No use for <netinet/in_systm.h> nor <netinet/tcpip.h>.mpi2014-08-141-2/+1
* Don't segfault on IPv6 NFS traffic; found the hard why by matthieu@.florian2014-02-051-4/+43
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-6/+1
* make it easy to spot wich nfs version the traffic is.thib2007-06-291-5/+18
* more missing bounds checks. ok marius@ deraadt@moritz2005-05-241-2/+13
* add some missing bounds checks. ok marius@moritz2005-05-231-2/+5
* nfs v3 support from tcpdump.org/netbsd; tests with pedro, mariusmarkus2004-09-161-245/+1040
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-3/+1
* simplify buffer handling; ok hoderaadt2001-11-071-2/+2
* tcpdump incorrectly print port numbers when parsing NFS (PR#1540)jakob2000-12-051-32/+5
* Add $OpenBSD$. (jakob@ ok)ho2000-10-031-0/+2
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-1/+1
* signed int fix from leres@ee.lbl.govderaadt1997-06-301-12/+13
* *** empty log message ***bitblt1996-12-121-159/+166
* it is 3.2 now.mickey1996-07-131-969/+283
* sync to latestderaadt1996-06-101-207/+897
* Updating to the latest LBL release.mickey1996-03-041-0/+1
* initial import of NetBSD treederaadt1995-10-181-0/+856