summaryrefslogtreecommitdiff
path: root/print-nfs.c
Commit message (Expand)AuthorAgeFilesLines
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-051-1/+1
* Don't assume the ONC RPC header is nicely aligned.Guy Harris2015-08-241-1/+2
* Fix a bunch of de-constifications.Guy Harris2015-04-261-30/+30
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* Don't assume the NFS request is aligned on a 4-byte boundary.Guy Harris2014-06-251-1/+1
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-75/+75
* NFS: prepend %x format with 0x (mitigates GH #35)Denis Ovsienko2014-04-151-2/+2
* NDOize the rest of util.cDenis Ovsienko2014-04-141-1/+1
* NFS: use tok2str()Denis Ovsienko2014-04-131-203/+61
* remove unused function nfsreq_print()Denis Ovsienko2014-04-111-31/+0
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-4/+4
* NDOize NFS decoderDenis Ovsienko2014-04-011-484/+509
* don't include pcap.h needlesslyDenis Ovsienko2014-02-281-1/+0
* NFS: unify TCP and UDP decoding, fix a bugDenis Ovsienko2014-02-261-1/+1
* As with memcpy, so with memcmp.Guy Harris2014-01-181-4/+4
* Another case where UNALIGNED_MEMCPY() is probably necessary.Guy Harris2014-01-181-4/+4
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* make consistent use of the "tstr" idiomDenis Ovsienko2013-12-261-5/+7
* print-nfs: add versions of nfsreq_print and nfsreply_print that do not print ...Longinus002013-11-071-11/+46
* NFS: replace ino_t with u_int32_t (GH #335 pt. 1)Denis Ovsienko2013-10-121-1/+1
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-3/+3
* NFS: fix a Windows compile warningGisle Vanem2013-07-111-1/+1
* Enhance NFS access request messages.Lucas C. Villa Real2010-01-261-1/+32
* Add more bounds checks to the NFS dissector - check before references toguy2007-12-221-5/+21
* Print unsigned values as such. Rename a variable to correspond to whatguy2007-06-151-14/+14
* Pick up MSG_DENIED response dissection from NetBSD; don't interpret theguy2007-06-151-8/+82
* Add an "fn_printzp()" routine for printing null-padded strings (stringsguy2005-05-061-3/+5
* Attempt to squelch a warning from the SGI C compiler.guy2005-04-201-2/+2
* For NFSv3 writes, show the byte count correctly - and show the length ofguy2005-01-051-4/+5
* Get rid of print_int64(), as we can now just use PRI[dux]64 andguy2005-01-051-75/+39
* Have our own headers to declare the format of ONC (Sun) RPC messages onguy2004-12-271-25/+25
* Add an "EXTRACT_64BITS()" macro - using the "EXTRACT_32BITS()" macro, soguy2004-09-241-2/+2
* Assume that u_int64_t is defined, along with PRI[dux]64, as per theguy2004-04-171-26/+7
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* From Charles M. Hannum <mycroft@netbsd.org>: NetBSD whitespace cleanups.guy2002-12-121-16/+15
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-111/+133
* Add a few more GCC warnings on GCC >= 2 for ".devel" builds.guy2002-09-051-2/+2
* Fixes for:guy2002-08-261-6/+25
* Added support for Win32, based on WinPcap.risso2002-08-011-7/+2
* whitespace cleanupitojun2002-06-111-4/+4
* Get rid of unneeded incomplete definitions of "struct mbuf" and "structguy2002-06-011-4/+1
* V3 FSINFO and PATHCONF requests take a file handle as an argument; parseguy2002-05-311-13/+28
* Get rid of casts of pointers-to-const to pointers-to-nonconst.guy2002-04-241-6/+7
* constnessitojun2002-02-181-2/+2
* NULL is not 0itojun2001-07-081-2/+2
* Check for parse failure in ACCESS replies.fenner2001-07-041-2/+3
* put stripped-down version of ip6.h and icmp6.h into tcpdump tree.itojun2000-10-071-4/+4
* always use u_intXX_t for protocol format declaration. char/short/int may notitojun2000-10-031-4/+4