]> The Tcpdump Group git mirrors - tcpdump/history - print-nfs.c
More UNALIGNED_MEM{CPY,CMP} on IP addresses.
[tcpdump] / print-nfs.c
2014-01-18  Guy HarrisAnother case where UNALIGNED_MEMCPY() is probably neces...
2014-01-03  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2014-01-02  Denis Ovsienkoremove tcpdump's own CVS keywords
2013-12-26  Denis Ovsienkomake consistent use of the "tstr" idiom
2013-11-07  Longinus00print-nfs: add versions of nfsreq_print and nfsreply_pr...
2013-10-12  Denis OvsienkoNFS: replace ino_t with u_int32_t (GH #335 pt. 1)
2013-09-24  Denis Ovsienkojustify declarations of struct tok arrays
2013-07-11  Gisle VanemNFS: fix a Windows compile warning
2010-03-09  Dmitry Eremin-Sole... Merge remote branch 'origin/master'
2010-01-26  Lucas C. Villa RealEnhance NFS access request messages.
2007-12-22  guyAdd more bounds checks to the NFS dissector - check...
2007-06-15  guyPrint unsigned values as such. Rename a variable to...
2007-06-15  guyPick up MSG_DENIED response dissection from NetBSD...
2005-05-06  guyAdd an "fn_printzp()" routine for printing null-padded...
2005-04-20  guyAttempt to squelch a warning from the SGI C compiler.
2005-01-05  guyFor NFSv3 writes, show the byte count correctly - and...
2005-01-05  guyGet rid of print_int64(), as we can now just use PRI...
2004-12-27  guyHave our own headers to declare the format of ONC ...
2004-09-24  guyAdd an "EXTRACT_64BITS()" macro - using the "EXTRACT_32...
2004-04-17  guyAssume that u_int64_t is defined, along with PRI[dux...
2003-11-16  guyHave the configure script arrange that the Makefile...
2003-11-15  guyFrom Neil Spring:
2002-12-12  guyFrom Charles M. Hannum <[email protected]>: NetBSD...
2002-12-11  guyThe "__attribute__((packed))" tag on structures causes...
2002-09-05  guyAdd a few more GCC warnings on GCC >= 2 for ".devel...
2002-08-26  guyFixes for:
2002-08-01  rissoAdded support for Win32, based on WinPcap.
2002-06-11  itojunwhitespace cleanup
2002-06-01  guyGet rid of unneeded incomplete definitions of "struct...
2002-05-31  guyV3 FSINFO and PATHCONF requests take a file handle...
2002-04-24  guyGet rid of casts of pointers-to-const to pointers-to...
2002-02-18  itojunconstness
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