itojun
3c03d589c9
strncpy() does not ensure string termination.
2000-06-10 05:26:42 +00:00
itojun
65d89ae560
s/(unsigned)/(u_int32_t)/ for ntohl results.
2000-06-10 05:23:19 +00:00
itojun
c805ce8944
correct endianness in int64_print().
2000-06-10 05:21:08 +00:00
itojun
d9c551524d
correctly handle NFS-over-IPv6.
2000-06-10 05:12:20 +00:00
assar
eb57b70851
(nfs_printfh): support print the opaque handle.
...
From Francisco Matias Cuenca-Acuna <mcuenca@george.rutgers.edu>
2000-06-01 01:08:18 +00:00
assar
cf77b46229
(unsigned) casts in printf to make gcc happy
2000-05-15 00:37:34 +00:00
fenner
edb0d2fe08
Fix confusing indentation.
...
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.
2000-01-28 00:04:19 +00:00
fenner
3dc6997c5a
Use %08x to make sure that the low half of a 64-bit quantity doesn't
...
get printed incorrectly (i.e. 0x1000000001 could have been printed as 0x11)
1999-12-15 06:57:25 +00:00
fenner
b9ac23ce92
Switch to config.h instead of passing defines in DEFS.
1999-11-21 09:36:43 +00:00
assar
86795f2b92
incorporate NFS parsing code from NetBSD. adds support for nfsv3
1999-11-21 05:43:49 +00:00
mcr
f6fa6a40d4
patches to help build on Linux 2.2
1999-10-17 21:37:10 +00:00
mcr
f555c163f9
Initial revision
1999-10-07 23:47:09 +00:00