summaryrefslogtreecommitdiff
path: root/print-nfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of includes of <netinet/in_systm.h>, and replace "n_short",guy2000-09-291-2/+1
* Get rid of unneeded includes of <net/if.h>.guy2000-09-281-2/+1
* Add an "ip.h" header, to declare the IP stuff needed by dissectors, andguy2000-09-231-2/+3
* Add definitions of Ethernet types fromguy2000-09-231-2/+1
* To translate NFS error statuses to strings, use "tok2str()" and a table,guy2000-08-031-2/+52
* s/nfstype/nfs_type/ to avoid conflict with system header filesassar2000-07-291-3/+3
* typo in pointer assignment. from netbsd-current.itojun2000-07-161-2/+2
* remove non-STDC codeassar2000-07-011-3/+1
* add fallback definition for INET_ADDRSTRLEN.itojun2000-06-121-1/+4
* strncpy() does not ensure string termination.itojun2000-06-101-1/+2
* s/(unsigned)/(u_int32_t)/ for ntohl results.itojun2000-06-101-8/+8
* correct endianness in int64_print().itojun2000-06-101-8/+9
* correctly handle NFS-over-IPv6.itojun2000-06-101-51/+146
* (nfs_printfh): support print the opaque handle.assar2000-06-011-7/+11
* (unsigned) casts in printf to make gcc happyassar2000-05-151-7/+11
* Fix confusing indentation.fenner2000-01-281-152/+149
* Use %08x to make sure that the low half of a 64-bit quantity doesn'tfenner1999-12-151-2/+2
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
* incorporate NFS parsing code from NetBSD. adds support for nfsv3assar1999-11-211-219/+929
* patches to help build on Linux 2.2linux22mcr1999-10-171-2/+1
* Initial revisionmcr1999-10-071-0/+869