]> The Tcpdump Group git mirrors - tcpdump/history - print-nfs.c
There's no link-layer header on Linux ARPHRD_ATM packets; there's
[tcpdump] / print-nfs.c
2001-07-08  itojunNULL is not 0
2001-07-04  fennerCheck for parse failure in ACCESS replies.
2000-10-07  itojunput stripped-down version of ip6.h and icmp6.h into...
2000-10-03  itojunalways use u_intXX_t for protocol format declaration...
2000-09-29  guyGet rid of includes of <netinet/in_systm.h>, and replac...
2000-09-28  guyGet rid of unneeded includes of <net/if.h>.
2000-09-23  guyAdd an "ip.h" header, to declare the IP stuff needed...
2000-09-23  guyAdd definitions of Ethernet types from
2000-08-03  guyTo translate NFS error statuses to strings, use "tok2st...
2000-07-29  assars/nfstype/nfs_type/ to avoid conflict with system heade...
2000-07-16  itojuntypo in pointer assignment. from netbsd-current.
2000-07-01  assarremove non-STDC code
2000-06-12  itojunadd fallback definition for INET_ADDRSTRLEN.
2000-06-10  itojunstrncpy() does not ensure string termination.
2000-06-10  itojuns/(unsigned)/(u_int32_t)/ for ntohl results.
2000-06-10  itojuncorrect endianness in int64_print().
2000-06-10  itojuncorrectly handle NFS-over-IPv6.
2000-06-01  assar(nfs_printfh): support print the opaque handle.
2000-05-15  assar(unsigned) casts in printf to make gcc happy
2000-01-28  fennerFix confusing indentation.
1999-12-15  fennerUse %08x to make sure that the low half of a 64-bit...
1999-11-21  fennerSwitch to config.h instead of passing defines in DEFS.
1999-11-21  assarincorporate NFS parsing code from NetBSD. adds support...
1999-10-17  mcr patches to help build on Linux 2.2
1999-10-07  mcrInitial revision