]> The Tcpdump Group git mirrors - tcpdump/history - print-nfs.c
Fix spaces
[tcpdump] / print-nfs.c
2018-06-23  Guy HarrisUse nd_uint types for structures used to overlay packets.
2018-06-22  Guy HarrisClean up processing of RPC request header.
2018-05-04  Francois-Xavier... Print truncations with nd_print_trunc() instead of...
2018-04-30  Francois-Xavier... Rename the fn_printX() functions to nd_printX()
2018-03-16  Francois-Xavier... Add the ndo_protocol field in the netdissect_options...
2018-01-31  Francois-Xavier... Remove unneeded '&' when getting a pointer to a nd_ipv6...
2018-01-31  Francois-Xavier... Remove unneeded '&' when getting a pointer to a nd_ipv4...
2018-01-31  Guy HarrisMerge branch 'master' of github.com:the-tcpdump-group...
2018-01-31  Guy HarrisHave ip{6}addr_string take a u_char * as the second...
2018-01-29  Guy HarrisAdd nd_{v}snprintf() routines/wrappers.
2018-01-24  Francois-Xavier... NFS: Use more ND_TCHECK_n() macros
2018-01-22  Francois-Xavier... Use more ND_TCHECK_n() macros
2018-01-21  Guy HarrisAlways include <config.h> rather than "config.h".
2018-01-21  Francois-Xavier... NFS: Use more ND_TTEST_n() macros
2018-01-21  Francois-Xavier... Use quoted include netdissect-stdinc.h instead of angle...
2018-01-11  Francois-Xavier... Remove unneeded '&' when getting a pointer to an nd_uin...
2018-01-11  Guy HarrisClean up signed vs. unsigned.
2018-01-07  Francois-Xavier... Update ND_PRINT() as a variadic macro
2018-01-03  Francois-Xavier... Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)
2017-12-24  Francois-Xavier... NFS: Use more the ND_TCHECK_4() macro
2017-12-18  Guy HarrisAdd comments explaining why using EXTRACT_BE_U_4()...
2017-12-17  Francois-Xavier... NFS: Use more the EXTRACT_BE_U_4 macro
2017-12-16  Guy HarrisUse EXTRACT_BE_U_4() to fetch a 4-byte big-endian value...
2017-12-16  Guy HarrisMerge branch 'master' into master 630/head
2017-12-13  Francois-Xavier... Remove all storage class specifier 'register'
2017-12-11  Francois-Xavier... Replace ND_TTEST2()/ND_TCHECK2() macros by macros using...
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...
next