]> The Tcpdump Group git mirrors - tcpdump/history - print-nfs.c
More nd_ification of structures.
[tcpdump] / print-nfs.c
2017-11-22  Francois-Xavier... Rename EXTRACT_ macros
2017-11-20  Francois-Xavier... Use pointer expressions like in most similar cases
2017-11-18  Francois-Xavier... Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()
2017-11-16  Francois-Xavier... NFS: Rename two printer functions
2017-09-13  Guy HarrisNFS: Check for all relevant RPC call body fields at...
2017-09-13  Francois-Xavier... CVE-2017-13005/NFS: Add two bounds checks before fetchi...
2017-09-13  Guy HarrisCVE-2017-13001/NFS: Don't copy more data than is in...
2017-09-13  Guy HarrisCVE-2017-12898/NFS: Fix bounds checking.
2017-01-18  Guy HarrisMerge pull request #500 from atsampson/master
2016-09-11  Francois-Xavier... Declare some variables as static
2016-08-25  Francois-Xavier... Improve code readability: A pointer should not be compa...
2016-08-14  Francois-Xavier... Move the printer summaries from INSTALL.txt to each...
2015-09-17  Guy HarrisDon't require IPv6 library support in order to support...
2015-09-10  Francois-Xavier... Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'
2015-09-05  Francois-Xavier... Printers must include 'netdissect.h', not 'interface.h'
2015-08-25  Guy HarrisDon't assume the ONC RPC header is nicely aligned.
2015-05-20  Guy HarrisMerge pull request #455 from brooksdavis/gndo-cleanup
2015-04-27  Guy HarrisFix a bunch of de-constifications.
2015-04-22  Michael RichardsonMerge branch 'master' of git+ssh://bpf.tcpdump.org...
2015-03-22  Denis Ovsienkodismiss NETDISSECT_REWORKED macro
2014-06-25  Guy HarrisDon't assume the NFS request is aligned on a 4-byte...
2014-04-23  Guy Harrisu_intN_t is dead, long live uintN_t.
2014-04-15  Denis OvsienkoNFS: prepend %x format with 0x (mitigates GH #35)
2014-04-14  Denis OvsienkoNDOize the rest of util.c
2014-04-13  Denis OvsienkoNFS: use tok2str()
2014-04-11  Denis Ovsienkoremove unused function nfsreq_print()
2014-04-06  Denis OvsienkoMerge remote-tracking branch 'bpf/master'
2014-04-04  Guy HarrisNetdissectify the to-name resolution routines.
2014-04-01  Denis OvsienkoNDOize NFS decoder
2014-02-28  Denis Ovsienkodon't include pcap.h needlessly
2014-02-26  Denis OvsienkoNFS: unify TCP and UDP decoding, fix a bug
2014-01-18  Guy HarrisAs with memcpy, so with memcmp.
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