Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | s/nfstype/nfs_type/ to avoid conflict with system header files | assar | 2000-07-29 | 1 | -3/+3 | |
| | ||||||
* | typo in pointer assignment. from netbsd-current. | itojun | 2000-07-16 | 1 | -2/+2 | |
| | ||||||
* | remove non-STDC code | assar | 2000-07-01 | 1 | -3/+1 | |
| | ||||||
* | add fallback definition for INET_ADDRSTRLEN. | itojun | 2000-06-12 | 1 | -1/+4 | |
| | | | | From: Kevin Steves <stevesk@sweden.hp.com> | |||||
* | strncpy() does not ensure string termination. | itojun | 2000-06-10 | 1 | -1/+2 | |
| | ||||||
* | s/(unsigned)/(u_int32_t)/ for ntohl results. | itojun | 2000-06-10 | 1 | -8/+8 | |
| | ||||||
* | correct endianness in int64_print(). | itojun | 2000-06-10 | 1 | -8/+9 | |
| | ||||||
* | correctly handle NFS-over-IPv6. | itojun | 2000-06-10 | 1 | -51/+146 | |
| | ||||||
* | (nfs_printfh): support print the opaque handle. | assar | 2000-06-01 | 1 | -7/+11 | |
| | | | | From Francisco Matias Cuenca-Acuna <mcuenca@george.rutgers.edu> | |||||
* | (unsigned) casts in printf to make gcc happy | assar | 2000-05-15 | 1 | -7/+11 | |
| | ||||||
* | Fix confusing indentation. | fenner | 2000-01-28 | 1 | -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't | fenner | 1999-12-15 | 1 | -2/+2 | |
| | | | | get printed incorrectly (i.e. 0x1000000001 could have been printed as 0x11) | |||||
* | Switch to config.h instead of passing defines in DEFS. | fenner | 1999-11-21 | 1 | -1/+5 | |
| | ||||||
* | incorporate NFS parsing code from NetBSD. adds support for nfsv3 | assar | 1999-11-21 | 1 | -219/+929 | |
| | ||||||
* | patches to help build on Linux 2.2linux22 | mcr | 1999-10-17 | 1 | -2/+1 | |
| | ||||||
* | Initial revision | mcr | 1999-10-07 | 1 | -0/+869 | |