summaryrefslogtreecommitdiff
path: root/nfs.h
Commit message (Expand)AuthorAgeFilesLines
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-3/+3
* Get rid of no-longer-used nfsuint64.Guy Harris2018-06-231-9/+0
* Use nd_uint types for structures used to overlay packets.Guy Harris2018-06-221-83/+63
* Use nd_ types for ONC RPC.Guy Harris2017-12-151-1/+9
* More getting rid of old u_intN_t.Guy Harris2014-04-231-55/+55
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-1/+0
* Enhance NFS access request messages.Lucas C. Villa Real2010-01-261-0/+1
* Get rid of unused and "#if 0"ed-out definitions.guy2007-11-181-16/+1
* Patches from NetBSD tree.mcr2007-08-291-2/+2
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-13/+13
* Give it an SCCS/RCS ID.guy2002-12-111-0/+1
* put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun2002-11-091-12/+12
* s/nfstype/nfs_type/ to avoid conflict with system header filesassar2000-07-291-1/+1
* s/u_quad_t/u_int64_t/ (in #if 0)itojun2000-04-281-1/+1
* (nfsquad_t): remove, it doesn't work with non-GCCassar1999-11-211-0/+6
* incorporate NFS parsing code from NetBSD. adds support for nfsv3assar1999-11-211-0/+446