summaryrefslogtreecommitdiff
path: root/print-nfs.c
Commit message (Collapse)AuthorAgeFilesLines
...
* s/nfstype/nfs_type/ to avoid conflict with system header filesassar2000-07-291-3/+3
|
* typo in pointer assignment. from netbsd-current.itojun2000-07-161-2/+2
|
* remove non-STDC codeassar2000-07-011-3/+1
|
* add fallback definition for INET_ADDRSTRLEN.itojun2000-06-121-1/+4
| | | | From: Kevin Steves <stevesk@sweden.hp.com>
* strncpy() does not ensure string termination.itojun2000-06-101-1/+2
|
* s/(unsigned)/(u_int32_t)/ for ntohl results.itojun2000-06-101-8/+8
|
* correct endianness in int64_print().itojun2000-06-101-8/+9
|
* correctly handle NFS-over-IPv6.itojun2000-06-101-51/+146
|
* (nfs_printfh): support print the opaque handle.assar2000-06-011-7/+11
| | | | From Francisco Matias Cuenca-Acuna <mcuenca@george.rutgers.edu>
* (unsigned) casts in printf to make gcc happyassar2000-05-151-7/+11
|
* Fix confusing indentation.fenner2000-01-281-152/+149
| | | | | | | Get rid of T2CHECK() in favor of TCHECK() or TCHECK2(). Use TCHECK() etc. instead of comparing vs. snapend. Replace strerr() with pcap_strerror(), and don't use errno as a local variable. Use tok2str() for nfsv3_writemodes to avoid array overrun by corrupt packets.
* Use %08x to make sure that the low half of a 64-bit quantity doesn'tfenner1999-12-151-2/+2
| | | | get printed incorrectly (i.e. 0x1000000001 could have been printed as 0x11)
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
|
* incorporate NFS parsing code from NetBSD. adds support for nfsv3assar1999-11-211-219/+929
|
* patches to help build on Linux 2.2linux22mcr1999-10-171-2/+1
|
* Initial revisionmcr1999-10-071-0/+869